diff --git a/configs/e16/Init/autostart.sh b/configs/e16/Init/autostart.sh new file mode 100644 index 0000000..1748d55 --- /dev/null +++ b/configs/e16/Init/autostart.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +xcompmgr & diff --git a/configs/e16/backgrounds b/configs/e16/backgrounds new file mode 120000 index 0000000..eed3396 --- /dev/null +++ b/configs/e16/backgrounds @@ -0,0 +1 @@ +../../assets/wallpapers \ No newline at end of file diff --git a/nixos/home.nix b/nixos/home.nix index 7cb9c06..4087634 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -9,6 +9,7 @@ TERM = "kitty"; }; file = { + ".e16".source = ../configs/e16; ".twmrc".source = ../configs/twm; ".local/share/themes".source = ../configs/openbox/themes; };