i3
This commit is contained in:
parent
76a22ed59e
commit
36a496fe5b
1 changed files with 15 additions and 0 deletions
|
@ -99,6 +99,21 @@
|
|||
lightdm.enable = true;
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "jt";
|
||||
defaultSession = "none+i3";
|
||||
};
|
||||
windowManager = {
|
||||
i3 = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
dmenu
|
||||
rofi
|
||||
dunst
|
||||
imagemagick
|
||||
xclip
|
||||
i3status
|
||||
i3lock
|
||||
];
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
|
|
Loading…
Reference in a new issue