feat: switch to niri

This commit is contained in:
Moritz Böhme 2024-12-19 11:48:30 +01:00
parent 004be60807
commit f0cdafad6a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 8 additions and 3 deletions

View file

@ -31,7 +31,12 @@ in
chromium.enable = mkDefault true;
firefox.enable = mkDefault true;
gpg.enable = mkDefault true;
river.enable = mkDefault true;
ghostty.settings = {
font-family = "IntoneMono Nerd Font";
window-decoration = false;
font-feature = [ "ss01" "ss02" ];
};
niri.enable = mkDefault true;
nix-edit.enable = mkDefault true;
nvim.enable = mkDefault true;
python.versions."311".enable = mkDefault true;