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,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
@ -122,7 +123,7 @@
|
||||||
popups = 14;
|
popups = 14;
|
||||||
applications = 14;
|
applications = 14;
|
||||||
};
|
};
|
||||||
image = ../../../assets/wallpapers/tiredgod.png;
|
image = self + "assets/wallpapers/tiredgod.png";
|
||||||
};
|
};
|
||||||
gtk = {enable = false;};
|
gtk = {enable = false;};
|
||||||
qt = {
|
qt = {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
self,
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
@ -78,7 +79,7 @@
|
||||||
popups = 14;
|
popups = 14;
|
||||||
applications = 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