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

@@ -2,12 +2,7 @@
flake.nixosModules.quickshell = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
quickshell
inputs.qml-niri
];
inputs = {
url = "github:imiric/qml-niri/main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell";
};
};
}