lynx: rename little-lightning to lynx

This commit is contained in:
Zynh Ludwig 2024-12-25 13:39:11 -08:00
parent a05e2f350b
commit 4c7961a110
3 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
];
darwinConfigurations = builders.compileDarwinSystems [
{ hostname = "little-lightning"; }
{ hostname = "lynx"; }
];
homeConfigurations = builders.compileHomes [

View file

@ -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" ''