framework: add niri flake

This commit is contained in:
Tristan 2025-07-16 16:48:50 +01:00
commit c218bd400e
11 changed files with 286 additions and 154 deletions

View file

@ -55,6 +55,24 @@
useWallpaper = true;
};
};
fonts = {
serif = config.stylix.fonts.sansSerif;
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
};
monospace = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans Mono";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";
};
};
};
qt.enable = true;