mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
update readme with genreations command
This commit is contained in:
@@ -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}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user