home: add lsfg-vk module

This commit is contained in:
Leonardo Eugênio 2025-07-14 19:38:20 -03:00
parent ef01024a9f
commit 3156f59c26
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
8 changed files with 120 additions and 12 deletions

View file

@ -46,6 +46,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lsfg-vk-flake = {
url = "github:pabloaul/lsfg-vk-flake";
flake = false;
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
@ -125,6 +130,7 @@
my = config.my;
imports = [
./user/home.nix
inputs.sops-nix.homeManagerModules.sops
];
};
home-manager.backupFileExtension = "bkp";