Compare commits

..

No commits in common. "93f438a5d1a1529023d6d83da92580eaad99adcf" and "f4a42710b5195f4189694f11032235a61c4d3a29" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@
./hosts/caveserver/home.nix ./hosts/caveserver/home.nix
]; ];
}; };
homeConfigurations."zynh@little-lightning" = inputs.home-manager.lib.homeManagerConfiguration { homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."aarch64-darwin"; pkgs = nixpkgs.legacyPackages."aarch64-darwin";
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { pkgs, inputs, config, ... }:
{ {
imports = [ imports = [

View File

@ -30,7 +30,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nix-output-monitor nix-output-monitor
(writeShellScriptBin "rebuild" '' (writeShellScriptBin "rebuild" ''
home-manager switch --flake ~/nixos#zynh@little-lightning |& nom home-manager switch |& nom
'') '')
go go

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { pkgs, inputs, config, ... }:
{ {
imports = [ imports = [