Improve sops on ll-latitude-e5591
This commit is contained in:
parent
b846f72d5d
commit
c20c084eb6
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
# Noting for other places
|
||||
# home.stateVersion = "24.11";
|
||||
|
||||
|
@ -9,6 +9,10 @@
|
|||
./programs/bash.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
sops
|
||||
];
|
||||
|
||||
# Self-hosting
|
||||
programs.bash.enable = true;
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue