Update home-manager

This commit is contained in:
albert 2024-05-01 13:18:15 +09:00
parent a2ae0965e0
commit 2c1fed152f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 14 additions and 13 deletions

View file

@ -89,7 +89,7 @@
milan-linode-01 = libx.deploy { hostname = "milan-linode-01"; }; milan-linode-01 = libx.deploy { hostname = "milan-linode-01"; };
framework-server = libx.deploy { hostname = "framework-server"; }; framework-server = libx.deploy { hostname = "framework-server"; };
# nuc-server = libx.deploy { hostname = "nuc-server"; }; # nuc-server = libx.deploy { hostname = "nuc-server"; };
backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; }; # TODO RE-ENABLE backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; };
piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; }; piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; };
# quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; }; # quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; };
bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; }; bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };

View file

@ -1,16 +1,17 @@
{ ... }: { { ... }: {
imports = [ imports = [
./atuin.nix ./atuin.nix
./bash.nix ./bash.nix
./fish.nix ./fish.nix
./btop.nix ./btop.nix
./starship.nix ./starship.nix
./git.nix ./git.nix
./neofetch.nix ./neofetch.nix
./ranger.nix ./ranger.nix
./ssh.nix ./ssh.nix
./nixvim.nix ./nixvim.nix
./rbw.nix ./rbw.nix
./tmux.nix ./tmux.nix
]; ];
programs.zoxide.enable = true;
} }