homebrew pinning
This commit is contained in:
parent
4921973b9a
commit
480c556d32
45 changed files with 1401 additions and 2219 deletions
12
graphical/login.nix
Normal file
12
graphical/login.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
inputs,
|
||||
getFlakePkg,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session.command = "${lib.getExe (getFlakePkg inputs.tuigreet)} --sessions /etc/greetd/wayland-sessions --remember-session --background doom";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue