diff --git a/common/zsh.nix b/common/zsh.nix index f68c915..c053dc3 100644 --- a/common/zsh.nix +++ b/common/zsh.nix @@ -14,8 +14,7 @@ shellAliases = { ll = "lsd -l"; lt = "lsd -l --tree"; - # TODO find if i can make these use the 'current' flake - update = "nix flake update --commit-lock-file $HOME/nixos#default && sudo nixos-rebuild switch --flake $HOME/nixos#default"; + update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos"; }; history = { path = "${config.xdg.dataHome}/zsh/history"; diff --git a/flake.nix b/flake.nix index 266ba00..da0f28f 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, lazy, ... }@inputs: { nixosConfigurations = { - default = nixpkgs.lib.nixosSystem { + lambdaOS = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; inherit nix-colors;