feat: migrate even more programs to home-manager

This commit is contained in:
Youwen Wu 2024-07-30 19:44:17 -07:00
parent 6da14a91ef
commit cb48688691
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -30,8 +30,7 @@
p7zip
# utils
ripgrep # recursively searches directories for a regex pattern
bat # replacement for cat
nurl # helps fetch git data for nixpkgs
# nix related
#
@ -43,6 +42,7 @@
pciutils # lspci
usbutils # lsusb
# desktop utils
wl-clipboard
grim
@ -71,7 +71,6 @@
libsForQt5.qt5ct
papirus-icon-theme
libsForQt5.qt5ct
];
services.dunst = {
@ -120,6 +119,14 @@
};
};
programs.bat.enable = true;
programs.bat.catppuccin = {
enable = true;
flavor = "macchiato";
};
programs.ripgrep.enable = true;
programs.kitty = {
enable = true;
theme = "Tokyo Night";