home
This commit is contained in:
parent
cb52890889
commit
82fba3048f
19 changed files with 115 additions and 114 deletions
|
|
@ -1,15 +1,16 @@
|
|||
{ home-manager, ... }: {
|
||||
{ home-manager, ags, sops-nix, ... } @ inputs: {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
ags.homeManagerModules.default
|
||||
sops-nix.homeManagerModules.sops
|
||||
./ags # ToDo: get codin :3
|
||||
./hyprland
|
||||
./rofi.nix
|
||||
./dunst.nix
|
||||
./stylix.nix
|
||||
|
||||
./env.nix
|
||||
|
||||
|
|
@ -19,7 +20,6 @@
|
|||
./direnv.nix
|
||||
./firefox.nix
|
||||
./fzf.nix
|
||||
./games
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./helix.nix
|
||||
|
|
@ -33,4 +33,6 @@
|
|||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue