Compare commits
2 commits
73b4123986
...
002f72d658
| Author | SHA1 | Date | |
|---|---|---|---|
| 002f72d658 | |||
| 460e856350 |
3 changed files with 4 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,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;
|
security.acme.acceptTerms = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Paris";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue