Home Gen138 @ 2024-04-28-17:46
This commit is contained in:
parent
d9648395c2
commit
94160d249e
@ -9,8 +9,8 @@
|
||||
./firefox.nix
|
||||
./hyprland
|
||||
./kitty
|
||||
./plasma.nix
|
||||
./ssh.nix
|
||||
./themes/qt
|
||||
./waybar
|
||||
./yubikey.nix
|
||||
./zsh.nix
|
||||
|
||||
7
home/jonas/themes/qt/config.nix
Normal file
7
home/jonas/themes/qt/config.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.style.package = pkgs.libsForQt5.qtstyleplugin-kvantum;
|
||||
}
|
||||
6
home/jonas/themes/qt/default.nix
Normal file
6
home/jonas/themes/qt/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
||||
10
home/jonas/themes/qt/qt.nix
Normal file
10
home/jonas/themes/qt/qt.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.enable = true;
|
||||
home.packages = [
|
||||
pkgs.utterly-nord-plasma
|
||||
];
|
||||
}
|
||||
@ -13,11 +13,5 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Enable plasma
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
# Install themes and integration
|
||||
environment.systemPackages = with pkgs; [
|
||||
utterly-nord-plasma
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user