Switched Equinox to Gnome
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -68,7 +68,12 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
home-manager.users.panotaka = {
|
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 = {
|
home-manager.users.panotaka = {
|
||||||
imports = [./home ./home/shell ./home/desktop];
|
imports = [
|
||||||
|
./home
|
||||||
|
./home/shell
|
||||||
|
./home/desktop
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./shell.nix
|
./shell.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{pkgs}: {
|
{pkgs, ...}: {
|
||||||
options.dconf.settings = {
|
dconf.settings = {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
home-packages = with pkgs.gnomeExtesnsions; [
|
home.packages = with pkgs.gnomeExtensions; [
|
||||||
forge
|
forge
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ in {
|
|||||||
../../modules/containers-nvidia.nix
|
../../modules/containers-nvidia.nix
|
||||||
../../modules/virtualization.nix
|
../../modules/virtualization.nix
|
||||||
../../modules/harden.nix
|
../../modules/harden.nix
|
||||||
../../modules/kde.nix
|
../../modules/gnome.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set networking
|
# Set networking
|
||||||
|
|||||||
Reference in New Issue
Block a user