Switched monique to use flake

This commit is contained in:
2026-04-11 14:19:07 -04:00
parent f3664cb0af
commit 1b9dbdd1c3
4 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{
inputs,
...
}:
{
flake.modules.nixos.monique = {
imports = [ inputs.monique.nixosModules.default ];
programs.monique.enable = true;
};
}

View File

@@ -20,6 +20,7 @@
fprintd
gdm
niri
# monique
# Users
home-manager

View File

@@ -29,13 +29,13 @@
];
};
packages = {
monique = pkgs.callPackage "${inputs.packages}/monique.nix" { };
# monique = pkgs.callPackage "${inputs.packages}/monique.nix" { };
heybrochecklog = pkgs.callPackage "${inputs.packages}/heybrochecklog.nix" { };
pywalfox-native = pkgs.callPackage "${inputs.packages}/pywalfox-native.nix" { };
};
overlayAttrs = {
inherit (config.packages)
monique
# monique
heybrochecklog
pywalfox-native
;

View File

@@ -89,7 +89,6 @@ in
playerctl
brightnessctl
monique
opencode
];
};