update readme with genreations command

This commit is contained in:
2023-03-02 01:34:41 +00:00
parent 4ecf7ad0d7
commit 74794db1f3
2 changed files with 6 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
for file in secrets/user_dotfiles/sstent@StuPC/keybase/*; do sops -e --input-type binary -i $file; done
for file in secrets/user_dotfiles/sstent@StuPC/keybase/*; do sops -e --input-type binary -i $file; done
home-manager remove-generations {1..54}

View File

@@ -142,7 +142,8 @@
};
"sstent@StuPC" = home-manager.lib.homeManagerConfiguration {
# pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = { inherit inputs outputs; hostName = "StuPC";};
pkgs = pkgs;
extraSpecialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
# > Our main home-manager configuration file <
./home-manager/users/sstent