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,7 +119,9 @@
}; };
# bare minimum # bare minimum
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs;
let forAllSsytems = lib.genAttrs [ "x86_64-linux" ];
in [
vim # backup vim # backup
wget # double u get wget # double u get
killall # die processes killall # die processes
@ -127,6 +130,7 @@
htop # htop htop # htop
tree # trees tree # trees
ripgrep # better grep may help later 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! ! ! ! ! !