Add Deck home manager file
This commit is contained in:
parent
a8328887dc
commit
90ca84649f
2 changed files with 59 additions and 9 deletions
|
@ -43,16 +43,9 @@
|
|||
shellAliases = let
|
||||
auth = import ./common/auth.nix;
|
||||
in {
|
||||
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDesktop";
|
||||
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDesktop";
|
||||
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDeck";
|
||||
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDeck";
|
||||
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
|
||||
};
|
||||
};
|
||||
|
||||
# Symlinks
|
||||
home.file = {
|
||||
"VMs" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue