Compare commits
2 Commits
090889dff2
...
85c8b9ec1c
| Author | SHA1 | Date | |
|---|---|---|---|
| 85c8b9ec1c | |||
| 96fd9d96c1 |
9
modules/desktop/gaming/default.nix
Normal file
9
modules/desktop/gaming/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
];
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
}: let
|
||||
cfg = config.desktop.greetd;
|
||||
in {
|
||||
options.desktop.hypr = {
|
||||
options.desktop.greetd = {
|
||||
enable = lib.mkEnableOption "enable greetd with tuigreet";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user