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 fprintd
gdm gdm
niri niri
# monique
# Users # Users
home-manager home-manager

View File

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

View File

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