refactor(module): move shell configuration to common modules

This commit is contained in:
Jo 2024-09-07 02:13:24 +02:00
parent 11b1410d2c
commit 70347dd40b
4 changed files with 37 additions and 7 deletions

View file

@ -32,6 +32,7 @@ in {
networking.enable = true; # Networkmanager configuration
kernel.enable = true; # Kernel modifications
bluetooth.enable = true; # Bluetooth support
shell.enable = true; # Shell environment configuration
};
desktop.gnome.enable = true;