Update flake.nix
This commit is contained in:
parent
45c72c702f
commit
e8e476a47d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
wallpaper = builtins.readFile "${self}/wallpaper.svg";
|
||||
folderIcon = builtins.readFile "${self}/folderIcon.svg";
|
||||
pcmanfmConf = builtins.readFile "${self}/pcmanfm.conf";
|
||||
pcmanfmConf = "${self}/pcmanfm.conf";
|
||||
desktopItems0 = (pkgs.writeText "desktop-items-0.conf"
|
||||
''
|
||||
[*]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue