hosts: removed recursive imports
This commit is contained in:
parent
f0dbd8adba
commit
b1fbf302a6
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
@ -122,7 +123,7 @@
|
|||
popups = 14;
|
||||
applications = 14;
|
||||
};
|
||||
image = ../../../assets/wallpapers/tiredgod.png;
|
||||
image = self + "assets/wallpapers/tiredgod.png";
|
||||
};
|
||||
gtk = {enable = false;};
|
||||
qt = {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
@ -78,7 +79,7 @@
|
|||
popups = 14;
|
||||
applications = 14;
|
||||
};
|
||||
image = ../../../assets/wallpapers/wholefoods.jpg;
|
||||
image = self + "assets/wallpapers/wholefoods.jpg";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue