mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: added website template
This commit is contained in:
parent
400964fbee
commit
ac4fca8fe6
37 changed files with 2426 additions and 0 deletions
0
modules/config/instances/config/kanboard.nix
Normal file → Executable file
0
modules/config/instances/config/kanboard.nix
Normal file → Executable file
0
modules/config/instances/config/podgrab.nix
Normal file → Executable file
0
modules/config/instances/config/podgrab.nix
Normal file → Executable file
|
@ -162,6 +162,7 @@ in
|
|||
ghostty
|
||||
prismLauncher
|
||||
steam
|
||||
airshipper
|
||||
zed
|
||||
vsCode
|
||||
feishin
|
||||
|
|
11
modules/home/gui/apps/gaming/airshipper/default.nix
Executable file
11
modules/home/gui/apps/gaming/airshipper/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
airshipper
|
||||
;
|
||||
};
|
||||
}
|
0
modules/nixos/services/podgrab/default.nix
Normal file → Executable file
0
modules/nixos/services/podgrab/default.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue