mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
_file solution and funny function arg reading
This commit is contained in:
parent
6432f7b69e
commit
e1a0456ee0
32 changed files with 70 additions and 107 deletions
|
|
@ -1,12 +1,9 @@
|
|||
{
|
||||
suckless,
|
||||
self,
|
||||
_file,
|
||||
}:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
suckless,
|
||||
self',
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -43,7 +40,7 @@
|
|||
enable = true;
|
||||
displayManager = {
|
||||
sessionCommands = ''
|
||||
feh --bg-center "${self.packages.images}/recursion.png"
|
||||
feh --bg-center "${self'.packages.images}/recursion.png"
|
||||
numlockx
|
||||
systemctl --user start sxhkd
|
||||
systemctl --user start picom
|
||||
|
|
@ -125,5 +122,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue