mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added filesorter
This commit is contained in:
parent
fa99516ddb
commit
1e87f52e0a
8 changed files with 176 additions and 66 deletions
|
|
@ -82,6 +82,10 @@
|
|||
linkpage = {
|
||||
url = "git+ssh://git@gitlab.com/uprootnutrition/linkpage.git";
|
||||
};
|
||||
filesorter = {
|
||||
url = "git+ssh://git@gitlab.com/uprootnutrition/filesorter.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
inputs:
|
||||
|
|
@ -143,6 +147,7 @@
|
|||
config.nixosModules.ceres
|
||||
config.nixosModules.core
|
||||
config.nixosModules.mantle
|
||||
inputs.filesorter.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
# inputs.ngipkgs.nixosModules."services.peertube"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue