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
|
fprintd
|
||||||
gdm
|
gdm
|
||||||
niri
|
niri
|
||||||
|
# monique
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
home-manager
|
home-manager
|
||||||
|
|||||||
@@ -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
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -89,7 +89,6 @@ in
|
|||||||
|
|
||||||
playerctl
|
playerctl
|
||||||
brightnessctl
|
brightnessctl
|
||||||
monique
|
|
||||||
opencode
|
opencode
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user