Moved DE config to the generic folder

This commit is contained in:
2025-05-24 08:14:29 +02:00
parent 80e8435f47
commit 5b5372182d
7 changed files with 93 additions and 82 deletions

View File

@@ -2,6 +2,9 @@
{
imports = [
./fonts.nix
./de.nix
./sound.nix
./keyboard.nix
];
time.timeZone = "Europe/Rome";
@@ -31,7 +34,7 @@
users.users.${currentSystemUser} = {
isNormalUser = true;
description = "Patrick Canal";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.fish;
};