Evie Litherland-Smith
2298a9264f
Move contents of sync-emacs into sync-git
2024-12-24 08:24:31 +00:00
Evie Litherland-Smith
cb759438ca
Fix check for cleaning legacy Emacs config
2024-12-20 06:14:09 +00:00
Evie Litherland-Smith
8417896cef
Update ensure-pass to clear passwords that can be repopulated automatically
2024-12-19 11:39:54 +00:00
Evie Litherland-Smith
dd60d301bf
Add mount OneDrive script
2024-12-19 11:34:29 +00:00
Evie Litherland-Smith
d991c9acfb
Fix order of checks in sync-emacs
2024-12-19 11:09:45 +00:00
Evie Litherland-Smith
86938499ad
Move Emacs init.el and templates back to own repo, keep packages managed by nix
...
Restore sync-emacs script but without make step, include cleaning up
old Emacs config
2024-12-19 10:45:12 +00:00
Evie Litherland-Smith
561d2e47ac
Add whatsapp-for-linux back with config
2024-12-03 15:49:18 +00:00
Evie Litherland-Smith
b8133c7971
Move Emacs config into nix
...
Combine with extraConfig.el as init.el
Add missing ligature package
Remove sync-emacs script and alias, set sync-all back to actually
syncing everything
2024-12-02 17:43:29 +00:00
Evie Litherland-Smith
56dfc26a9d
Remove kdeconnect
...
Move udiskie and avizo into separate nix files
2024-11-22 09:14:20 +00:00
Evie Litherland-Smith
6aaf6488db
Swap whatsapp-for-linux for zapzap
...
Getting much better performance from zapzap
2024-11-14 14:14:45 +00:00
Evie Litherland-Smith
ea8e3e2de6
Update ensure-pass.sh to add GitHub API token to secret store
...
Rename a few variables for consistency
Remove spotifyd credentials since I don't use it anymore
2024-10-30 16:46:50 +00:00
Evie Litherland-Smith
28006d5e14
Update ignored directories in clean-config.sh
...
Don't delete dconf directory
2024-10-27 07:02:07 +00:00
Evie Litherland-Smith
ac6e12ec99
Rename gsync/esync -> sync-git/emacs respectively
...
Realised there's a real program in the GNU coreutils called gsync so
wanted to avoid a collision
2024-10-23 08:19:13 +01:00
Evie Litherland-Smith
a52ccf7ef4
Remove git-sync service, use gsync.sh script again instead
...
Delete some unused (test) scripts
Reduce what is sync'd by rsync-local-config: remove fonts, bat config
and zellij config
2024-10-22 11:36:21 +01:00
Evie Litherland-Smith
4734368f0c
Revert "Remove gsync script"
...
This reverts commit 50371a5ad1
.
2024-10-22 09:15:30 +01:00
Evie Litherland-Smith
a6023abd2c
Enable spotifyd service
...
Update ensure-pass section for spotify to allow spotifyd to use secret
service lookup
2024-10-16 07:58:49 +01:00
Evie Litherland-Smith
987cfbacae
Combine different pass scripts into single ensure-pass.sh
...
Use password-store where possible to populate secret store without
user interaction (currently only Proton still needs manual input)
Add spotify to secret store ready for spotifyd
2024-10-16 07:52:52 +01:00
Evie Litherland-Smith
62e7a875a0
Update clean-config script
2024-10-11 11:49:28 +01:00
Evie Litherland-Smith
996cb23217
Move default Emacs directory for esync
2024-10-11 11:46:52 +01:00
Evie Litherland-Smith
50371a5ad1
Remove gsync script
2024-10-05 12:56:19 +01:00
Evie Litherland-Smith
c03f88dbc3
Add clean-config script
...
Removes all entries in ~/.config except a specified few
2024-09-28 10:27:12 +01:00
Evie Litherland-Smith
fa8c2126f8
Move shellAliases definition from scripts -> shell
2024-09-22 11:47:34 +01:00
Evie Litherland-Smith
3e15c478eb
Add shellAliases back
...
Add alias to start and stop protonvpn (wg-quick)
2024-09-22 11:30:15 +01:00
Evie Litherland-Smith
9bef3a3f11
Remove shellAliases
2024-09-21 05:49:48 +01:00
Evie Litherland-Smith
84be0592ab
Rename git-sync-all -> gsync
2024-09-21 05:47:49 +01:00
Evie Litherland-Smith
fe2a105c4e
Adjust opacity of desktop elements, add zellij
...
Change opacity of desktop components to that floating / pop-up windows
are translucent, and base windows are opaque.
Add zellij back (with config), but not starting by default. Add zellij
config directory to rsync-local-config script.
2024-09-18 11:18:08 +01:00
Evie Litherland-Smith
f17c2cb5a6
Add low-battery notification script
...
Add acpi to laptop.nix for low-battery script
2024-09-18 07:27:22 +01:00
Evie Litherland-Smith
6d386bc6bf
Change sync-and-shutdown alias
2024-09-13 13:08:09 +01:00
Evie Litherland-Smith
4e650e176b
Switch to using ~/.config/emacs/ instead of ~/.emacs.d/ for Emacs config
2024-09-07 08:17:51 +01:00
Evie Litherland-Smith
5ff572a9b7
Major rewrite/refactor to simplify things
...
Move home/ directory under system/ directory. Remove duplicated
machine-specific config files, now handled as one per host (excluding
hardware-configuration directory)
Move as much configuration as possible out of flake.nix and into more
appropriate files (e.g. system/default.nix)
Add a desktop.nix and laptop.nix for system, both will import
home/desktop.nix and home/laptop.nix respectively to reduce
duplication in machine-specific config files
Remove games and streaming directories, moved directly into Vanguard
config file
Remove home/personal.nix since it ended up being empty after changes
Remove old sway config since I haven't been maintaining it and this
refactor will definitely break it
2024-08-30 12:57:02 +01:00