mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Moved DE config to the generic folder
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user