Update home-manager
This commit is contained in:
parent
a2ae0965e0
commit
2c1fed152f
2 changed files with 14 additions and 13 deletions
|
@ -89,7 +89,7 @@
|
|||
milan-linode-01 = libx.deploy { hostname = "milan-linode-01"; };
|
||||
framework-server = libx.deploy { hostname = "framework-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"; };
|
||||
# quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; };
|
||||
bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./atuin.nix
|
||||
./bash.nix
|
||||
./fish.nix
|
||||
./btop.nix
|
||||
./starship.nix
|
||||
./git.nix
|
||||
./neofetch.nix
|
||||
./ranger.nix
|
||||
./ssh.nix
|
||||
./nixvim.nix
|
||||
./rbw.nix
|
||||
./tmux.nix
|
||||
./atuin.nix
|
||||
./bash.nix
|
||||
./fish.nix
|
||||
./btop.nix
|
||||
./starship.nix
|
||||
./git.nix
|
||||
./neofetch.nix
|
||||
./ranger.nix
|
||||
./ssh.nix
|
||||
./nixvim.nix
|
||||
./rbw.nix
|
||||
./tmux.nix
|
||||
];
|
||||
programs.zoxide.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue