Compare commits

...

3 commits

2 changed files with 3 additions and 2 deletions

View file

@ -74,7 +74,6 @@
}
];
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = hmpkgs;
extraSpecialArgs = { inherit inputs; };
modules = [

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, inputs, config, ... }:
{
imports = [
@ -24,6 +24,8 @@
(writeShellScriptBin "rebuild" ''
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
'')
go
];
# Let Home Manager install and manage itself.