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;
|
||||
xkb.layout = "de";
|
||||
windowManager = {
|
||||
bspwm.enable = true;
|
||||
i3.enable = true;
|
||||
};
|
||||
displayManager = {
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -2,7 +2,7 @@ _: {
|
|||
imports = [
|
||||
./home-manager.nix
|
||||
./system.nix
|
||||
./xdg.nix
|
||||
# ./xdg.nix
|
||||
./displaymanager.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue