refactor done
This commit is contained in:
parent
32dc0f6994
commit
ce228bf80b
@ -27,7 +27,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
myOptions.niri.enable = true;
|
||||
myOptions.niri.enable = false;
|
||||
|
||||
networking.hostName = "desktop"; # Define your hostname.
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
# ../../modules/nixos/cosmic.nix
|
||||
../../modules/nixos/cosmic.nix
|
||||
./niri.nix
|
||||
];
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
myOptions,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf myOptions.niri.enable
|
||||
lib.mkIf config.myOptions.niri.enable
|
||||
{
|
||||
services.displayManager.ly = {
|
||||
x11Support = false;
|
||||
@ -17,5 +17,4 @@
|
||||
];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user