stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user