Switched monique to use flake
This commit is contained in:
11
modules/features/monique.nix
Normal file
11
modules/features/monique.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
flake.modules.nixos.monique = {
|
||||
imports = [ inputs.monique.nixosModules.default ];
|
||||
|
||||
programs.monique.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -20,6 +20,7 @@
|
||||
fprintd
|
||||
gdm
|
||||
niri
|
||||
# monique
|
||||
|
||||
# Users
|
||||
home-manager
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
@@ -89,7 +89,6 @@ in
|
||||
|
||||
playerctl
|
||||
brightnessctl
|
||||
monique
|
||||
opencode
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user