added rest of the nixos modules

This commit is contained in:
2026-09-06 18:17:35 +02:00
parent 054f3f9994
commit 1fae65119b
6 changed files with 116 additions and 1 deletions
+5
View File
@@ -9,6 +9,11 @@
import-tree.url = "github:vic/import-tree";
wrappers.url = "github:lassulus/wrappers";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";