Switched Equinox to Gnome

This commit is contained in:
2024-01-03 17:08:30 -04:00
parent 87a17d2e97
commit 6b33a38eff
4 changed files with 16 additions and 7 deletions

View File

@@ -68,7 +68,12 @@
inherit system;
};
home-manager.users.panotaka = {
imports = [./home ./home/shell ./home/desktop];
imports = [
./home
./home/shell
./home/desktop
./home/desktop/gnome
];
};
}
];
@@ -103,7 +108,11 @@
};
home-manager.users.panotaka = {
imports = [./home ./home/shell ./home/desktop];
imports = [
./home
./home/shell
./home/desktop
];
};
}
];

View File

@@ -1,4 +1,4 @@
{}: {
{...}: {
imports = [
./shell.nix
];

View File

@@ -1,9 +1,9 @@
{pkgs}: {
options.dconf.settings = {
{pkgs, ...}: {
dconf.settings = {
};
# Extensions
home-packages = with pkgs.gnomeExtesnsions; [
home.packages = with pkgs.gnomeExtensions; [
forge
];
}

View File

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