From a4f9d947f9ec8d4f51ee78110bd86998a204fc43 Mon Sep 17 00:00:00 2001 From: roxwize Date: Wed, 18 Dec 2024 23:09:03 -0500 Subject: [PATCH] ~ --- configs/e16/Init/autostart.sh | 3 +++ configs/e16/backgrounds | 1 + nixos/home.nix | 1 + 3 files changed, 5 insertions(+) create mode 100644 configs/e16/Init/autostart.sh create mode 120000 configs/e16/backgrounds 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; };