move niri module out of machines/haze
This commit is contained in:
parent
73b4123986
commit
460e856350
3 changed files with 2 additions and 16 deletions
|
|
@ -9,7 +9,6 @@
|
|||
./chat.nix
|
||||
./gimp.nix
|
||||
./hibernate.nix
|
||||
./niri.nix
|
||||
./ssh.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
|
|
@ -17,6 +16,7 @@
|
|||
self.nixosModules.atuin-config
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.lanzaboote
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.nix-defaults
|
||||
self.nixosModules.steam
|
||||
|
||||
|
|
@ -66,7 +66,6 @@
|
|||
wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "rpqt";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
imports = [
|
||||
self.nixosModules.atuin-config
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.nix-defaults
|
||||
self.nixosModules.steam
|
||||
../haze/syncthing.nix
|
||||
|
|
@ -35,20 +36,6 @@
|
|||
}
|
||||
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pavucontrol
|
||||
playerctl
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.dms-shell.enable = true;
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue