fixed i3, removed overlay for the time being
This commit is contained in:
parent
fee2940225
commit
373e7dc64a
3 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "de";
|
xkb.layout = "de";
|
||||||
windowManager = {
|
windowManager = {
|
||||||
bspwm.enable = true;
|
|
||||||
i3.enable = true;
|
i3.enable = true;
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ _: {
|
||||||
../../../options/desktop/fonts.nix
|
../../../options/desktop/fonts.nix
|
||||||
../../../options/common/networking.nix
|
../../../options/common/networking.nix
|
||||||
../../../options/common/gpu/nvidia.nix
|
../../../options/common/gpu/nvidia.nix
|
||||||
../../../overlay.nix
|
# ../../../overlay.nix
|
||||||
# ../../options/common/pin-registry.nix
|
# ../../options/common/pin-registry.nix
|
||||||
# ../../options/common/preserve-system.nix
|
# ../../options/common/preserve-system.nix
|
||||||
#../../options/
|
#../../options/
|
||||||
|
|
|
@ -2,7 +2,7 @@ _: {
|
||||||
imports = [
|
imports = [
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./system.nix
|
./system.nix
|
||||||
./xdg.nix
|
# ./xdg.nix
|
||||||
./displaymanager.nix
|
./displaymanager.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue