Switched Equinox to gnome
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
./home
|
./home
|
||||||
./home/shell
|
./home/shell
|
||||||
./home/applications
|
./home/applications
|
||||||
./home/desktops/kde
|
./home/desktops/gnome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./browsers
|
./browsers
|
||||||
./common.nix
|
./common.nix
|
||||||
./kitty.nix
|
|
||||||
./vscode
|
./vscode
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
programs.kitty = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -5,8 +5,6 @@
|
|||||||
# Extensions
|
# Extensions
|
||||||
home.packages = with pkgs.gnomeExtensions; [
|
home.packages = with pkgs.gnomeExtensions; [
|
||||||
forge
|
forge
|
||||||
gjs-osk
|
|
||||||
screen-rotate
|
|
||||||
gsconnect
|
gsconnect
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
kate
|
kate
|
||||||
libsForQt5.polonium
|
libsForQt5.polonium
|
||||||
kdePackages.kcolorpicker
|
kdePackages.kcolorpicker
|
||||||
|
kitty
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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