hosts: removed recursive imports

This commit is contained in:
Charlie Root 2024-08-13 21:19:12 +02:00
commit b1fbf302a6
2 changed files with 4 additions and 2 deletions

View file

@ -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 = {

View file

@ -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";
}; };
}; };
}; };