fixed i3wm
This commit is contained in:
parent
a63b8d24cc
commit
be2074f868
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
import = [
|
imports = [
|
||||||
./wms/i3wm.nix
|
./wms/i3wm.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, lib, config, ...}
|
{ pkgs, lib, config, ...}:
|
||||||
|
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
i3wm.enable = lib.mkEnableOption "enable i3wm";
|
i3wm.enable = lib.mkEnableOption "enable i3wm";
|
||||||
|
@ -11,7 +12,7 @@
|
||||||
xfce = {
|
xfce = {
|
||||||
enable = true;
|
enable = true;
|
||||||
noDesktop = true;
|
noDesktop = true;
|
||||||
nableXfwm = false;
|
enableXfwm = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
displayManager.defaultSession="xfce+i3";
|
displayManager.defaultSession="xfce+i3";
|
||||||
|
@ -24,5 +25,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue