framework: add niri flake
This commit is contained in:
commit
c218bd400e
11 changed files with 286 additions and 154 deletions
|
|
@ -1,12 +1,9 @@
|
|||
command: {config, ...}: let
|
||||
user = config.user;
|
||||
in {
|
||||
command: {user, ...}: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
inherit command;
|
||||
user = user;
|
||||
inherit command user;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue