mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
fix: minor fixes
sync: nftables force disabled default wallpaper remove non-existent darwin import
This commit is contained in:
parent
0f8051cf4a
commit
bd3e18169f
6 changed files with 12 additions and 40 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ self, lib, ... }:
|
||||
|
||||
{
|
||||
options.swarselsystems.wallpaper = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
default = "";
|
||||
default = "${self}/wallpaper/lenovowp.png";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue