default.nix: import agenix

This commit is contained in:
Sakooooo 2024-10-02 12:36:08 +04:00
parent 64d3295b78
commit 51582459dd
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -2,6 +2,7 @@
imports = [ imports = [
# home manager # home manager
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
inputs.agenix.nixosModules.default
# TODO:: GET RID OF THIS PLEASE # TODO:: GET RID OF THIS PLEASE
# my modules modules # my modules modules
# import for each folder # import for each folder
@ -118,16 +119,19 @@
}; };
# bare minimum # bare minimum
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs;
vim # backup let forAllSsytems = lib.genAttrs [ "x86_64-linux" ];
wget # double u get in [
killall # die processes vim # backup
unzip # zip file wget # double u get
gh # github killall # die processes
htop # htop unzip # zip file
tree # trees gh # github
ripgrep # better grep may help later htop # htop
]; tree # trees
ripgrep # better grep may help later
(forAllSystems (system: inputs.agenix.pacakges.${system}.default))
];
# you phisiclally cannot live without this # you phisiclally cannot live without this
# litearlly! ! ! ! ! ! # litearlly! ! ! ! ! !
programs.gnupg.agent = { programs.gnupg.agent = {