mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
darker colors because you feel like it
This commit is contained in:
parent
55f4153e63
commit
eaf0d4b4e1
3 changed files with 2532 additions and 3 deletions
|
@ -254,7 +254,7 @@
|
|||
};
|
||||
|
||||
catppuccin = {
|
||||
flavor = "latte";
|
||||
flavor = "mocha";
|
||||
mpv.enable = true;
|
||||
mako.enable = true;
|
||||
lazygit.enable = true;
|
||||
|
@ -283,6 +283,7 @@
|
|||
};
|
||||
}
|
||||
);
|
||||
|
||||
config = {
|
||||
profile = "high-quality";
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
|
@ -300,6 +301,9 @@
|
|||
ll = "ls -l";
|
||||
edit = "sudo -e";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
lg = "lazygit";
|
||||
gpl = "git pull";
|
||||
gpsh = "git push";
|
||||
};
|
||||
|
||||
history.size = 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue