Add gnome module and remove kde module

This commit is contained in:
panotaka
2024-01-04 15:10:35 -04:00
parent 6b33a38eff
commit a38a8e0b9a
2 changed files with 2 additions and 7 deletions

View File

@@ -112,6 +112,7 @@
./home
./home/shell
./home/desktop
./home/desktop/gnome
];
};
}

View File

@@ -1,6 +1,5 @@
{
lib,
pkgs,
inputs,
...
}: let
@@ -20,7 +19,7 @@ in {
../../modules/containers.nix
../../modules/virtualization.nix
../../modules/harden.nix
../../modules/kde.nix
../../modules/gnome.nix
];
# Set networking
@@ -59,9 +58,4 @@ in {
sensor:modalias:*
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 1, 0, 0
'';
# Add software keyboard
environment.systemPackages = with pkgs; [
maliit-keyboard
];
}