enable i3
This commit is contained in:
parent
2fb00ea6a5
commit
7f4fbd8200
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ in
|
|||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||
mono calcurse calibre fbreader file python37Packages.binwalk-full
|
||||
];
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
./programs/zsh.nix
|
||||
./programs/vim.nix
|
||||
|
|
Loading…
Reference in a new issue