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