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