mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: remove dead code
This commit is contained in:
parent
dbbac0ae23
commit
862395c45b
5 changed files with 9 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
|||
in {
|
||||
config = mkIf config.role.gnome {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
|
|
@ -10,6 +11,11 @@ in {
|
|||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
dash-to-dock
|
||||
gsconnect
|
||||
appindicator
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs.gnome; [
|
||||
gnome-settings-daemon
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue