Add gnome module and remove kde module
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
./home
|
||||
./home/shell
|
||||
./home/desktop
|
||||
./home/desktop/gnome
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user