refactor3
This commit is contained in:
parent
b9e206af24
commit
f012a7d409
16661 changed files with 71 additions and 1480464 deletions
|
|
@ -1,42 +0,0 @@
|
|||
{ home-manager, ags, sops-nix, matshell, ... } @ inputs: {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
home-manager.backupFileExtension = "bak";
|
||||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
# ags.homeManagerModules.default
|
||||
# matshell.homeManagerModules.default
|
||||
sops-nix.homeManagerModules.sops
|
||||
# ./ags # ToDo: get codin :3
|
||||
./hyprland
|
||||
./rofi.nix
|
||||
./dunst.nix
|
||||
|
||||
# ./matshell.nix
|
||||
|
||||
./env.nix
|
||||
|
||||
./alacritty.nix
|
||||
./clipman.nix
|
||||
./common.nix
|
||||
./direnv.nix
|
||||
./firefox.nix
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./helix.nix
|
||||
./packages.nix
|
||||
./playerctld.nix
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./thunderbird.nix
|
||||
./zsh
|
||||
];
|
||||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue