Move i3 to home-manager

This commit is contained in:
2024-02-01 13:35:23 +01:00
parent 1f818e291e
commit d2ee41eace
3 changed files with 7 additions and 15 deletions

View File

@ -32,7 +32,7 @@ config, ... }: {
neovim.enable = true;
alacritty.enable = true;
emacs.enable = true;
# i3.enable = true;
i3.enable = true;
rofi.enable = true;
};