init
This commit is contained in:
commit
2be8de47fa
87 changed files with 11501 additions and 0 deletions
28
modules/home/default.nix
Normal file
28
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Home Manager Modules Index
|
||||
# Import this to get all home-manager modules
|
||||
#
|
||||
# Usage in home.nix:
|
||||
# imports = [ ./modules/home ];
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./hyprland-catppuccin.nix
|
||||
./niri.nix
|
||||
./gluetun-user.nix
|
||||
./qbittorrent-vpn.nix
|
||||
./browser-container-update.nix
|
||||
./proton-cachyos-updater.nix
|
||||
./cli-tools.nix
|
||||
|
||||
# ./unified-router.nix
|
||||
./sillytavern.nix
|
||||
|
||||
./niri.nix
|
||||
./noctalia.nix
|
||||
./polling-rate.nix
|
||||
./antigravity2api.nix
|
||||
./theme.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue