flake: cleanup main file
This commit is contained in:
parent
26f1219d85
commit
c07b2f920e
4 changed files with 38 additions and 41 deletions
15
system/home-manager.nix
Normal file
15
system/home-manager.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, inputs, ... }:
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.lelgenio = {
|
||||
my = config.my;
|
||||
imports = [
|
||||
../user/home.nix
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
};
|
||||
backupFileExtension = "bkp";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue