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
|
./chat.nix
|
||||||
./gimp.nix
|
./gimp.nix
|
||||||
./hibernate.nix
|
./hibernate.nix
|
||||||
./niri.nix
|
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
|
@ -17,6 +16,7 @@
|
||||||
self.nixosModules.atuin-config
|
self.nixosModules.atuin-config
|
||||||
self.nixosModules.desktop
|
self.nixosModules.desktop
|
||||||
self.nixosModules.lanzaboote
|
self.nixosModules.lanzaboote
|
||||||
|
self.nixosModules.niri
|
||||||
self.nixosModules.nix-defaults
|
self.nixosModules.nix-defaults
|
||||||
self.nixosModules.steam
|
self.nixosModules.steam
|
||||||
|
|
||||||
|
|
@ -66,7 +66,6 @@
|
||||||
wheelNeedsPassword = false;
|
wheelNeedsPassword = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.displayManager.autoLogin = {
|
services.displayManager.autoLogin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "rpqt";
|
user = "rpqt";
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
self.nixosModules.atuin-config
|
self.nixosModules.atuin-config
|
||||||
self.nixosModules.desktop
|
self.nixosModules.desktop
|
||||||
|
self.nixosModules.niri
|
||||||
self.nixosModules.nix-defaults
|
self.nixosModules.nix-defaults
|
||||||
self.nixosModules.steam
|
self.nixosModules.steam
|
||||||
../haze/syncthing.nix
|
../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;
|
security.acme.acceptTerms = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue