lynx: rename little-lightning to lynx
This commit is contained in:
parent
a05e2f350b
commit
4c7961a110
3 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
];
|
||||
|
||||
darwinConfigurations = builders.compileDarwinSystems [
|
||||
{ hostname = "little-lightning"; }
|
||||
{ hostname = "lynx"; }
|
||||
];
|
||||
|
||||
homeConfigurations = builders.compileHomes [
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
darwin-rebuild switch --flake ~/nixos#little-lightning |& nom
|
||||
darwin-rebuild switch --flake ~/nixos#lynx |& nom
|
||||
'')
|
||||
|
||||
(writeShellScriptBin "restart-skhd" ''
|
Loading…
Reference in a new issue