framework: add niri flake
This commit is contained in:
commit
c218bd400e
11 changed files with 286 additions and 154 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue