This commit is contained in:
Lucy von Overheidt 2025-09-09 18:21:35 +02:00
parent 3ca0368824
commit d90e44b8cb
3 changed files with 41 additions and 0 deletions

View file

@ -23,6 +23,10 @@
url = "git+https://git.outfoxxed.me/quickshell/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
comin = {
url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -37,6 +41,7 @@
determinate,
nix-index-db,
quickshell,
comin,
}:
let
system = "x86_64-linux";
@ -108,6 +113,8 @@
c3d2-user-module.nixosModule
./modules/nix.nix
./modules/fonts.nix
comin.nixosModules.comin
./modules/comin.nix
];
};