mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: add textfox
This commit is contained in:
parent
8a0286a3fe
commit
a5e6da58c1
7 changed files with 178 additions and 24 deletions
14
flake.nix
14
flake.nix
|
@ -87,6 +87,18 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
|
||||
textfox = {
|
||||
url = "github:youwen5/textfox";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nur.follows = "nur";
|
||||
};
|
||||
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/NixOS-WSL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -184,6 +196,7 @@
|
|||
inputs.stylix.nixosModules.stylix
|
||||
inputs.agenix.nixosModules.age
|
||||
inputs.musnix.nixosModules.musnix
|
||||
inputs.nur.modules.nixos.default
|
||||
./modules/default.nix
|
||||
./overlays
|
||||
(
|
||||
|
@ -214,6 +227,7 @@
|
|||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.spicetify.homeManagerModules.default
|
||||
inputs.agenix.homeManagerModules.age
|
||||
inputs.textfox.homeManagerModules.textfox
|
||||
./hm/modules/default.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue