Various updates
This commit is contained in:
parent
69933173c2
commit
87518f28fa
4 changed files with 15 additions and 3 deletions
|
|
@ -65,8 +65,9 @@ let
|
|||
};
|
||||
font = [
|
||||
"${pkgs.rice.font.monospace.name}:size=${toString pkgs.rice.font.monospace.size};2"
|
||||
"Font Awesome 6 Free:size=14;0"
|
||||
"Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
||||
"NotoEmoji Nerd Font Mono:size=${toString pkgs.rice.font.monospace.size};0"
|
||||
"EmojiOne Color:size=${toString pkgs.rice.font.monospace.size};0"
|
||||
];
|
||||
wm-restack = "bspwm";
|
||||
};
|
||||
|
|
@ -79,6 +80,7 @@ in
|
|||
emojione
|
||||
noto-fonts-emoji
|
||||
material-design-icons
|
||||
font-awesome
|
||||
];
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue