This commit is contained in:
Sebastian Moser
2026-02-17 22:30:17 +01:00
parent d3f6e79b85
commit e6a35ee756
34 changed files with 2839 additions and 796 deletions

View File

@@ -21,8 +21,11 @@
home.sessionVariables = {
EDITOR = "nvim";
};
home.sessionPath = [
"/home/me/work/path-extra"
"${self}/mybin"
];
home.sessionPath = [ "${self}/mybin" ];
home.file = {
".subversion/config".text = ''
@@ -34,6 +37,8 @@
} // (if hostname == "main" then { ".rclone.conf".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf"; } else {});
home.packages = with pkgs; [
unar
lm_sensors
borgbackup
rclone
archivemount
@@ -41,7 +46,8 @@
pkgs.hostname
vim
tree
htop
lsof
htop-vim
subversion
pv
nodejs
@@ -62,7 +68,7 @@
wakeonlan
# python....
(python310.withPackages (p: with p; [
(python3.withPackages (p: with p; [
pandas
click
click-aliases