Home Gen138 @ 2024-04-28-17:46
This commit is contained in:
+1
-1
@@ -9,8 +9,8 @@
|
||||
./firefox.nix
|
||||
./hyprland
|
||||
./kitty
|
||||
./plasma.nix
|
||||
./ssh.nix
|
||||
./themes/qt
|
||||
./waybar
|
||||
./yubikey.nix
|
||||
./zsh.nix
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.style.package = pkgs.libsForQt5.qtstyleplugin-kvantum;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.enable = true;
|
||||
home.packages = [
|
||||
pkgs.utterly-nord-plasma
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user