re-organize home-modules
This commit is contained in:
7
modules/home/themes/qt/config.nix
Normal file
7
modules/home/themes/qt/config.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.style.name = "kvantum";
|
||||
}
|
||||
6
modules/home/themes/qt/default.nix
Normal file
6
modules/home/themes/qt/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
||||
11
modules/home/themes/qt/qt.nix
Normal file
11
modules/home/themes/qt/qt.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
qt.enable = true;
|
||||
home.packages = [
|
||||
pkgs.utterly-nord-plasma
|
||||
pkgs.libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user