Defcon configuration
This commit is contained in:
parent
2de99da8e7
commit
572a496704
9 changed files with 75 additions and 17 deletions
|
|
@ -71,7 +71,12 @@ let
|
|||
ramp = [ "▂" "▃" "▄" "▅" "▆" "▇" ];
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [ nerdfonts emojione noto-fonts-emoji material-design-icons ];
|
||||
home.packages = with pkgs; [
|
||||
pkgs.rice.font.monospace.package
|
||||
emojione
|
||||
noto-fonts-emoji
|
||||
material-design-icons
|
||||
];
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
package = pkgs.polybarFull;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue