diff --git a/configuration.nix b/configuration.nix index 5fb5bba..943e513 100644 --- a/configuration.nix +++ b/configuration.nix @@ -213,10 +213,6 @@ overrideDevices = false; }; - fonts.packages = with pkgs; [ - roboto-mono - ]; - networking.nftables = { enable = true; }; diff --git a/home/rothe.nix b/home/rothe.nix index ed29db6..81e0505 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -8,8 +8,10 @@ home.packages = with pkgs; [ flameshot swaylock + roboto-mono (nerdfonts.override { fonts = [ "RobotoMono" ]; }) ]; + fonts.fontconfig.enable = true; programs.fish = { enable = true; @@ -41,8 +43,8 @@ }; # nordiq from https://codeberg.org/dnkl/foot/src/branch/master/themes/ colors = { - background = "0e1420"; - foreground = "dbdee9"; + background = "2E3440"; + foreground = "D8DEE9"; regular0 = "5b6272"; regular1 = "bf616a"; regular2 = "a3be8c"; @@ -51,14 +53,14 @@ regular5 = "b48ead"; regular6 = "88c0d0"; regular7 = "e5e9f0"; - bright0 = "4c566a"; - bright1 = "bf616a"; - bright2 = "a3be8c"; - bright3 = "ebcb8b"; - bright4 = "81a1c1"; - bright5 = "b48ead"; - bright6 = "8fbcbb"; - bright7 = "eceff4"; + bright0 = "5E5C64"; + bright1 = "F66151"; + bright2 = "33DA7A"; + bright3 = "E9AD0C"; + bright4 = "2A7BDE"; + bright5 = "C061CB"; + bright6 = "33C7DE"; + bright7 = "FFFFFF"; }; }; }; @@ -161,6 +163,7 @@ set colorcolumn=88 set background=dark set cursorline + set encoding=utf-8 " Theme if has('termguicolors')