Various uncommited configs

This commit is contained in:
Asdam9
2026-04-17 14:03:00 +02:00
parent 62c9dbee4f
commit c9c285de58
5 changed files with 138 additions and 16 deletions

View File

@@ -13,6 +13,17 @@
url = "github:feel-co/hjem";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
qml-niri = {
url = "github:imiric/qml-niri/main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell";
};
};
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree [ ./modules ]);