added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.noctalia-greeter = { pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.noctalia-greeter.nixosModules.default
|
||||
];
|
||||
|
||||
programs.noctalia-greeter = {
|
||||
enable = true;
|
||||
greeter-args = "";
|
||||
settings = {
|
||||
cursor = {
|
||||
theme = "Bibata-Modern-Classic";
|
||||
size = 24;
|
||||
path = "${pkgs.bibata-cursors}/share/icons";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user