nix: fix evaluation warnings
This commit is contained in:
parent
81f59c50d6
commit
0dc8c93281
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
user = "nico";
|
||||
};
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --greeting 'nyaaa~~'";
|
||||
command = "${lib.getExe pkgs.tuigreet} --asterisks --time --greeting 'nyaaa~~'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue