diff --git a/config/nix/hm/common.nix b/config/nix/hm/common.nix index 93ff9e0..75ca5b2 100644 --- a/config/nix/hm/common.nix +++ b/config/nix/hm/common.nix @@ -470,6 +470,8 @@ in todoman syncthing + # TODO Lots of redundancy with other way things are defined here + ]; sessionVariables = { # Favourite commands @@ -503,5 +505,10 @@ in "${config.home.sessionVariables.GOPATH}" "${config.frogeye.dotfiles.path}/config/nix/scripts" ]; + file = { + ".face" = { + source = pkgs.runCommand "face.png" { } "${pkgs.inkscape}/bin/inkscape ${./face.svg} -w 1024 -o $out"; + }; + }; }; } diff --git a/config/nix/hm/desktop.nix b/config/nix/hm/desktop.nix index 0874ec7..944b5f2 100644 --- a/config/nix/hm/desktop.nix +++ b/config/nix/hm/desktop.nix @@ -524,6 +524,18 @@ action = clipboard ''; }; + "vimpc/vimpcrc" = { + text = '' + map FF :browsegg/ + map à :set add nexta:set add end + map @ :set add nexta:set add end:next + map ° D:browseA:shuffle:play:playlist + set songformat {%a - %b: %t}|{%f}$E$R $H[$H%l$H]$H + set libraryformat %n \| {%t}|{%f}$E$R $H[$H%l$H]$H + set ignorecase + set sort library + ''; + }; }; }; services = { diff --git a/config/nix/hm/face.svg b/config/nix/hm/face.svg new file mode 100644 index 0000000..28e7708 --- /dev/null +++ b/config/nix/hm/face.svg @@ -0,0 +1,192 @@ + + + +image/svg+xml diff --git a/Zeal/Zeal.conf b/config/nix/unprocessed/Zeal/Zeal.conf similarity index 100% rename from Zeal/Zeal.conf rename to config/nix/unprocessed/Zeal/Zeal.conf diff --git a/termux/.gitignore b/config/nix/unprocessed/termux/.gitignore similarity index 100% rename from termux/.gitignore rename to config/nix/unprocessed/termux/.gitignore diff --git a/termux/bin/.gitignore b/config/nix/unprocessed/termux/bin/.gitignore similarity index 100% rename from termux/bin/.gitignore rename to config/nix/unprocessed/termux/bin/.gitignore diff --git a/termux/boot/autosvc b/config/nix/unprocessed/termux/boot/autosvc similarity index 100% rename from termux/boot/autosvc rename to config/nix/unprocessed/termux/boot/autosvc diff --git a/termux/boot/symlink b/config/nix/unprocessed/termux/boot/symlink similarity index 100% rename from termux/boot/symlink rename to config/nix/unprocessed/termux/boot/symlink diff --git a/termux/font.ttf b/config/nix/unprocessed/termux/font.ttf similarity index 100% rename from termux/font.ttf rename to config/nix/unprocessed/termux/font.ttf diff --git a/termux/scripts/autosvc b/config/nix/unprocessed/termux/scripts/autosvc similarity index 100% rename from termux/scripts/autosvc rename to config/nix/unprocessed/termux/scripts/autosvc diff --git a/termux/scripts/service b/config/nix/unprocessed/termux/scripts/service similarity index 100% rename from termux/scripts/service rename to config/nix/unprocessed/termux/scripts/service diff --git a/termux/scripts/sudo b/config/nix/unprocessed/termux/scripts/sudo similarity index 100% rename from termux/scripts/sudo rename to config/nix/unprocessed/termux/scripts/sudo diff --git a/termux/scripts/tsu.old b/config/nix/unprocessed/termux/scripts/tsu.old similarity index 100% rename from termux/scripts/tsu.old rename to config/nix/unprocessed/termux/scripts/tsu.old diff --git a/termux/scripts/yt b/config/nix/unprocessed/termux/scripts/yt similarity index 100% rename from termux/scripts/yt rename to config/nix/unprocessed/termux/scripts/yt diff --git a/termux/services/autosvc b/config/nix/unprocessed/termux/services/autosvc similarity index 100% rename from termux/services/autosvc rename to config/nix/unprocessed/termux/services/autosvc diff --git a/termux/services/crond b/config/nix/unprocessed/termux/services/crond similarity index 100% rename from termux/services/crond rename to config/nix/unprocessed/termux/services/crond diff --git a/termux/services/sshd b/config/nix/unprocessed/termux/services/sshd similarity index 100% rename from termux/services/sshd rename to config/nix/unprocessed/termux/services/sshd diff --git a/termux/services/syncthing b/config/nix/unprocessed/termux/services/syncthing similarity index 100% rename from termux/services/syncthing rename to config/nix/unprocessed/termux/services/syncthing diff --git a/termux/services/syncthing.user b/config/nix/unprocessed/termux/services/syncthing.user similarity index 100% rename from termux/services/syncthing.user rename to config/nix/unprocessed/termux/services/syncthing.user diff --git a/termux/shell b/config/nix/unprocessed/termux/shell similarity index 100% rename from termux/shell rename to config/nix/unprocessed/termux/shell diff --git a/xsession b/config/nix/unprocessed/xsession similarity index 100% rename from xsession rename to config/nix/unprocessed/xsession diff --git a/face b/face deleted file mode 100644 index 8e4514c..0000000 Binary files a/face and /dev/null differ diff --git a/vimpcrc b/vimpcrc deleted file mode 100644 index d3f547c..0000000 --- a/vimpcrc +++ /dev/null @@ -1,8 +0,0 @@ -map FF :browsegg/ -map à :set add nexta:set add end -map @ :set add nexta:set add end:next -map ° D:browseA:shuffle:play:playlist -set songformat {%a - %b: %t}|{%f}$E$R $H[$H%l$H]$H -set libraryformat %n \| {%t}|{%f}$E$R $H[$H%l$H]$H -set ignorecase -set sort library