Defcon configuration

This commit is contained in:
Filippo Berto 2021-08-08 03:48:52 +02:00
parent 2de99da8e7
commit 572a496704
9 changed files with 75 additions and 17 deletions

View file

@ -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;