home: move packages from hosts, init bat theme
This commit is contained in:
parent
53f849e8b7
commit
9575917edb
5 changed files with 17 additions and 9 deletions
|
@ -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");
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,9 +32,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hugo
|
|
||||||
wget
|
wget
|
||||||
python3Full
|
|
||||||
nfs-utils
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,8 +38,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
nfs-utils
|
|
||||||
pinentry-curses
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
|
@ -37,8 +37,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
nfs-utils
|
|
||||||
pinentry-curses
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
|
@ -104,7 +104,6 @@
|
||||||
libvirt
|
libvirt
|
||||||
qemu_kvm
|
qemu_kvm
|
||||||
pinentry-gtk2
|
pinentry-gtk2
|
||||||
nfs-utils
|
|
||||||
jdk17
|
jdk17
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue