Compare commits

...

2 commits

3 changed files with 4 additions and 16 deletions

View file

@ -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";

View file

@ -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,21 +36,9 @@
}
{
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;
}
];
time.timeZone = "Europe/Paris";
}