test2
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
dconf.enable = true;
|
||||
inputs,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.stylix.homeModules.stylix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = false;
|
||||
targets = {
|
||||
};
|
||||
image = "/home/${myConfig.nixos.username}/Pictures/Wallpapers/nord-1.png";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
stylix.homeModules.stylix
|
||||
./hosts/hakase/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../../apps/stylix/default.nix
|
||||
../../apps/stylix/home.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user