Compare commits

..

No commits in common. "adee9b3cb66209ff1c456eadf861df8ebc8e3cb0" and "9e2727a55948a5c762114dcc8ed31d0ffbe7acbc" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

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