mecure: Initial config
This commit is contained in:
parent
5517dffa21
commit
87c74f1079
4 changed files with 49 additions and 8 deletions
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue