mecure: Initial config

This commit is contained in:
Paul-Mathias Logue 2025-12-14 21:43:02 +01:00
parent 5517dffa21
commit 87c74f1079
4 changed files with 49 additions and 8 deletions

View file

@ -18,7 +18,7 @@
];
boot.kernelPackages = pkgs.linuxPackages_6_17;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
time.timeZone = "Europe/Paris";
@ -39,11 +39,9 @@
trusted-public-keys = [ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ];
};
# Enable required services for Wayland
security.polkit.enable = true;
programs.dconf.enable = true;
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
@ -172,11 +170,11 @@
# Create the niri config for greetd
# environment.etc."greetd/niri.kdl".text = ''
# spawn-sh-at-startup "regreet; niri msg action quit --skip-confirmation"
#
#
# hotkey-overlay {
# skip-at-startup
# }
#
#
# cursor {
# xcursor-theme "Adwaita"
# xcursor-size 24
@ -186,6 +184,5 @@
# Optional: Enable niri for user sessions
programs.niri.enable = true;
system.stateVersion = "25.05"; # Did you read the comment?
}