diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-24 19:21:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-24 19:21:39 +0530 |
| commit | 96a1dfbd6af9298a6f542170e8f00e5fc461e733 (patch) | |
| tree | cbec74beeb4656ff43f59e2e52f2cf490ccf4821 /login.nix | |
| parent | a12863b51ed016a0f7e691b1ef05dd14b1512ed5 (diff) | |
| download | nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.tar.gz nixos-config-96a1dfbd6af9298a6f542170e8f00e5fc461e733.zip | |
Migrates xresources to home manager + removes 'external'
Diffstat (limited to '')
| -rw-r--r-- | login.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ in { loginShellInit = with builtins; let cases = map (s: '' /dev/${elemAt s 0}) - echo "~/nixos/external/xconfig/init.sh; ${elemAt s 1}" > ~/.xinitrc; + echo "~/.config/xorg/init.sh; ${elemAt s 1}" > ~/.xinitrc; sleep 0.2; startx; ;; |
