before deadnix

This commit is contained in:
Lucy von Overheidt 2025-09-09 22:57:24 +02:00
parent 414d3b190e
commit 44d708329a
3 changed files with 26 additions and 23 deletions

View file

@ -35,23 +35,24 @@
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{ self
, nixpkgs
, c3d2-user-module
, home-manager
, niri
, nixos-hardware
, treefmt-nix
, determinate
, nix-index-db
, quickshell
, stylix
, comin
, firefox-addons
,
inputs@{
self,
nixpkgs,
c3d2-user-module,
home-manager,
niri,
nixos-hardware,
treefmt-nix,
determinate,
nix-index-db,
quickshell,
stylix,
comin,
firefox-addons,
}:
let
system = "x86_64-linux";
@ -138,11 +139,12 @@
home-manager.backupFileExtension = "backup";
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.lucy =
{ config
, pkgs
, lib
, inputs
, ...
{
config,
pkgs,
lib,
inputs,
...
}:
{
imports = [
@ -179,6 +181,7 @@
./modules/comin.nix
stylix.nixosModules.stylix
./modules/stylix.nix
./modules/firefox-nixos.nix
];
};