diff --git a/home/foot.nix b/home/foot.nix index 8b10694..d0d714a 100644 --- a/home/foot.nix +++ b/home/foot.nix @@ -12,25 +12,25 @@ background="000000"; regular0="2e3436"; regular1="cc0000"; - regular2="c4e9a06"; - regular3="cc4a000"; - regular4="c3465a4"; - regular5="c75507b"; - regular6="c06989a"; - regular7="cd3d7cf"; + regular2="c4e9a0"; + regular3="cc4a00"; + regular4="c3465a"; + regular5="c75507"; + regular6="c06989"; + regular7="cd3d7c"; bright0="555753"; - bright1="5ef2929"; - bright2="58ae234"; - bright3="5fce94f"; - bright4="5729fcf"; - bright5="5ad7fa8"; - bright6="534e2e2"; - bright7="5eeeeec"; + bright1="5ef292"; + bright2="58ae23"; + bright3="5fce94"; + bright4="5729fc"; + bright5="5ad7fa"; + bright6="534e2e"; + bright7="5eeeee"; }; main = { term = "xterm-256color"; - font = "0xproto:size=16"; - dpi-aware = "yes"; + font = "0xproto:size=12"; + #dpi-aware = "yes"; }; mouse = { hide-when-typing = "yes"; diff --git a/home/full.nix b/home/full.nix index 19e24b8..cd315d4 100644 --- a/home/full.nix +++ b/home/full.nix @@ -6,6 +6,9 @@ ./sway.nix ]; - + home.packages = with pkgs; [ + firefox + gimp + ]; }