packages to home full

added firefox
This commit is contained in:
Adrian Gunnar Lauterer 2024-06-16 12:22:31 +02:00
parent 5f9301c215
commit 6293fd1ca4
2 changed files with 19 additions and 16 deletions

View File

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

View File

@ -6,6 +6,9 @@
./sway.nix
];
home.packages = with pkgs; [
firefox
gimp
];
}