This commit is contained in:
Lucy von Overheidt 2025-09-09 23:49:00 +02:00
parent 7dd32c7a17
commit 1a4ef774e4
13 changed files with 26 additions and 140 deletions

View file

@ -15,14 +15,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
nix-index-db = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/quickshell/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
comin = {
url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs";
@ -31,10 +23,6 @@
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
musnix.url = "github:musnix/musnix";
nix-mineral = {
url = "github:cynicsketch/nix-mineral";
@ -43,22 +31,19 @@
};
outputs =
inputs@{
self,
nixpkgs,
c3d2-user-module,
home-manager,
niri,
nixos-hardware,
treefmt-nix,
determinate,
nix-index-db,
quickshell,
stylix,
comin,
firefox-addons,
musnix,
nix-mineral,
inputs@{ self
, nixpkgs
, c3d2-user-module
, home-manager
, niri
, nixos-hardware
, treefmt-nix
, determinate
, stylix
, comin
, musnix
, nix-mineral
,
}:
let
system = "x86_64-linux";
@ -187,12 +172,9 @@
home-manager.backupFileExtension = "backup";
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.lucy =
{
config,
pkgs,
lib,
inputs,
...
{ pkgs
, inputs
, ...
}:
{
imports = [