This commit is contained in:
joy 2024-09-22 14:56:31 +02:00
parent 40f3734587
commit 416ad07485
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
time.timeZone = "Europe/Berlin";
home-manager = {
home-manager.config = {
home.stateVersion = "24.05";
imports = [

View file

@ -12,7 +12,7 @@
shellAliases = {
v = "hx";
ser = "ssh root@joygnu.org";
rb = "nix-on-droid switch --flake ~/.config/nix-on-droid";
rb = "nix-on-droid switch --flake ~/nix";
ep = "hx ~/.config/nix-on-droid/nix-on-droid.nix";
};