Compare commits
No commits in common. "adee9b3cb66209ff1c456eadf861df8ebc8e3cb0" and "9e2727a55948a5c762114dcc8ed31d0ffbe7acbc" have entirely different histories.
adee9b3cb6
...
9e2727a559
2 changed files with 2 additions and 3 deletions
|
@ -74,6 +74,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
pkgs = hmpkgs;
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, config, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -24,8 +24,6 @@
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||||
'')
|
'')
|
||||||
|
|
||||||
go
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
Loading…
Reference in a new issue