Compare commits
No commits in common. "93f438a5d1a1529023d6d83da92580eaad99adcf" and "f4a42710b5195f4189694f11032235a61c4d3a29" have entirely different histories.
93f438a5d1
...
f4a42710b5
4 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@
|
|||
./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";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
home-manager switch --flake ~/nixos#zynh@little-lightning |& nom
|
||||
home-manager switch |& nom
|
||||
'')
|
||||
|
||||
go
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue