Switched blackbird to gnome

This commit is contained in:
2024-03-08 11:58:24 -04:00
parent a443236672
commit 63d184f0ea
3 changed files with 3 additions and 2 deletions

View File

@@ -139,6 +139,7 @@
./home ./home
./home/shell ./home/shell
./home/applications ./home/applications
./home/desktops/gnome
]; ];
}; };
} }

View File

@@ -5,7 +5,7 @@
# Extensions # Extensions
home.packages = with pkgs.gnomeExtensions; [ home.packages = with pkgs.gnomeExtensions; [
forge forge
#gjs-osk gjs-osk
screen-rotate screen-rotate
]; ];
} }

View File

@@ -19,7 +19,7 @@ in {
../../modules/containers.nix ../../modules/containers.nix
../../modules/virtualization.nix ../../modules/virtualization.nix
../../modules/harden.nix ../../modules/harden.nix
../../modules/kde6.nix ../../modules/gnome.nix
]; ];
# Set networking # Set networking