home: move packages from hosts, init bat theme

This commit is contained in:
notohh 2023-05-14 23:28:26 -04:00
parent 53f849e8b7
commit 9575917edb
Signed by: notohh
GPG key ID: BD47506D475EE86D
5 changed files with 17 additions and 9 deletions

View file

@ -11,10 +11,11 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bat
croc croc
lazydocker lazydocker
yt-dlp yt-dlp
nfs-utils
pinentry-curses
]; ];
programs.ssh = { programs.ssh = {
@ -40,4 +41,19 @@
User root User root
''; '';
}; };
programs.bat = {
enable = true;
config = {
theme = "catppuccin-mocha";
};
themes = {
catppuccin-mocha = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
}
+ "/Catppuccin-mocha.tmTheme");
};
};
} }

View file

@ -32,9 +32,6 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
hugo
wget wget
python3Full
nfs-utils
]; ];
} }

View file

@ -38,8 +38,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
nfs-utils
pinentry-curses
]; ];
programs.gnupg.agent = { programs.gnupg.agent = {

View file

@ -37,8 +37,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
nfs-utils
pinentry-curses
]; ];
programs.gnupg.agent = { programs.gnupg.agent = {

View file

@ -104,7 +104,6 @@
libvirt libvirt
qemu_kvm qemu_kvm
pinentry-gtk2 pinentry-gtk2
nfs-utils
jdk17 jdk17
]; ];
} }