fixed i3, removed overlay for the time being

This commit is contained in:
vali 2024-04-12 19:57:24 +02:00
commit 633bd97abf
3 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@ in {
enable = true;
xkb.layout = "de";
windowManager = {
bspwm.enable = true;
i3.enable = true;
};
displayManager = {

View file

@ -4,7 +4,7 @@ _: {
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
../../../options/common/gpu/nvidia.nix
../../../overlay.nix
# ../../../overlay.nix
# ../../options/common/pin-registry.nix
# ../../options/common/preserve-system.nix
#../../options/

View file

@ -2,7 +2,7 @@ _: {
imports = [
./home-manager.nix
./system.nix
./xdg.nix
# ./xdg.nix
./displaymanager.nix
];
}