Compare commits
3 Commits
f4a42710b5
...
93f438a5d1
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 93f438a5d1 | |
Zynh Ludwig | bc08b83283 | |
Zynh Ludwig | 7b4e304299 |
|
@ -94,7 +94,7 @@
|
||||||
./hosts/caveserver/home.nix
|
./hosts/caveserver/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."zynh@little-lightning" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages."aarch64-darwin";
|
pkgs = nixpkgs.legacyPackages."aarch64-darwin";
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, config, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -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 |& nom
|
home-manager switch --flake ~/nixos#zynh@little-lightning |& nom
|
||||||
'')
|
'')
|
||||||
|
|
||||||
go
|
go
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, config, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in New Issue