Commit graph

223 commits

Author SHA1 Message Date
Swarsel
db231d4b83
feat: move self-defined packages to own files 2024-07-29 09:10:50 +02:00
Swarsel
2390199b8a
feat: disable swayfx for non-nixos, modul. pkgs 2024-07-26 14:29:42 +02:00
Swarsel
e66390bd1f
feat: enable home-manager command on non-NixOS 2024-07-26 13:11:04 +02:00
Swarsel
57426b9bf3
fix: reenable bluetooth 2024-07-26 12:35:02 +02:00
Swarsel
8a6b311f86
feat: add binary cache for emacs-overlay 2024-07-25 19:41:18 +02:00
Swarsel
00983d787e
feat: adapt home-manager-only config for changes 2024-07-25 18:57:34 +02:00
Swarsel
2db79465da
feat: add more nixos settings as modules 2024-07-25 18:11:44 +02:00
Swarsel
41e2f54618
feat: add wallpaper as module, add optionals 2024-07-25 16:56:36 +02:00
Swarsel
6a63090c68
feat: add keybindings as module 2024-07-25 16:02:41 +02:00
Swarsel
e468436cce
feat: add temperature hwmon as module 2024-07-25 15:13:35 +02:00
Swarsel
414ff779b6
refactor: make gpg-agent a common setting 2024-07-25 14:41:23 +02:00
Swarsel
5e2aae9558
feat: add startup commands as module 2024-07-25 14:26:28 +02:00
Swarsel
821d5cb78e
feat: add stylix as custom module 2024-07-24 19:43:16 +02:00
Swarsel
ec82754ae1
feat(WIP): add modules for home-manager options 2024-07-24 18:36:22 +02:00
Swarsel
5acbfe0edd
refactor: split common/nixos.nix and -/home.nix
Split these big files into modular files that
are easier to share and read on their own.
2024-07-23 11:37:11 +02:00
Swarsel
fc011501c0
feat: add back reference home-manager config 2024-07-21 18:23:22 +02:00
Swarsel
36a874e400
feat: provide support for more archtectures 2024-07-21 16:11:07 +02:00
Swarsel
350f08daa8
chore: adjust sync devices (syncthing) 2024-07-21 12:07:31 +02:00
Swarsel
468fb00a20
feat: add teams for work 2024-07-21 12:07:09 +02:00
Swarsel
07b0bf77db
feat: manage syncthing through NixOS instead
used to be done with home-manager
2024-07-20 11:05:52 +02:00
Swarsel
dc66bb27dd
chore: code cleanup (nixpkgs-fmt style) 2024-07-20 00:21:55 +02:00
Swarsel
23cfb96adb
chore: code cleanup 2024-07-20 00:20:32 +02:00
Swarsel
193cf5748e
feat: add nix-index-database 2024-07-19 14:30:07 +02:00
Swarsel
72d321f478
feat: Add automatic formatting for .nix files 2024-07-19 00:52:43 +02:00
Swarsel
9dc9a1fe1b
chore: cleanup code 2024-07-19 00:29:16 +02:00
Swarsel
b323399182
feat: Setup Workflows 2024-07-18 23:36:47 +02:00
Swarsel
3eecea6503
chore: code cleanup 2024-07-18 23:12:04 +02:00
Swarsel
0173c3eac7
chore: adapt outputs for new dock 2024-07-18 21:02:42 +02:00
Swarsel
9aae585268
feat: enable firmware upgrades for fourside 2024-07-18 21:02:13 +02:00
Swarsel
add59c36bf
feat: add nswitch-rcm-nix 2024-07-18 14:57:04 +02:00
Swarsel
ba95edeb8c
chore: update flake 2024-07-17 20:27:50 +02:00
Swarsel
310c9e3b84
chore: add separate emacsclient .desktop file 2024-07-17 12:40:52 +02:00
Swarsel
e1a65b47a6
chore: clean up repository
- consolidate Wiki.org and SwarselSystems.org
- remove obsoleted profiles
2024-07-17 04:34:14 +02:00
Swarsel
3415c8b0cb
chore: enable quick tab-switch for firefox 2024-07-17 04:16:22 +02:00
Swarsel
6b43f84933
feat: preliminary setup for work laptop 2024-07-17 04:13:51 +02:00
Swarsel
183c04212f
chore: refine yubikey settings 2024-07-11 18:52:46 +02:00
Swarsel
3cd390bb1c
feat: add tridactyl configuration to NixOS 2024-07-11 11:11:30 +02:00
Swarsel
1af0cc3ac5
fix: disable emacs devdocs update on startup
This caused errors when starting the emacs daemon with no internet
connection.
2024-07-11 11:09:51 +02:00
Swarsel
af3224a1d5
feat: add NixOS auto-GC and -store optimisation 2024-07-11 11:08:22 +02:00
Swarsel
88f64a3139
feat: add fourside monitor workspace binding 2024-07-11 10:49:39 +02:00
Swarsel
417f49e2ac
fix: Slow nixos-rebuild due to Virtualbox guest 2024-07-11 10:48:28 +02:00
Swarsel
ab4c219ab1
Trackpoint; Programming features
NixOS:
feat: enable Trackpoint customization
feat: make Zig, Go available
chore: remove obsolete Emacs code for Rust

Emacs:
feat: visual-line mode now enabled globally
fix: make rustic-mode work with tree-sitter
2024-06-28 00:10:15 +02:00
Swarsel
0e7daf0d13
refactor: consolidate Nix.org and Emacs.org
The configuration options that used to be stored in Emacs.org and
Nix.org are now no longer split into two files. Instead, there now
is a single file SwarselSystems.org that holds both these configs.
2024-06-20 18:10:52 +02:00
Swarsel
bc8c52554d
refactor: revamp whole Emacs.org
This is the first part of consolidating my Emacs and NixOS config
into a single file. This commit refactors the whole of Emacs.org
and adds more bits of prose to the configuration sections.
2024-06-20 01:55:51 +02:00
Swarsel
5e9c3c398f
Convenience-features for Emacs and shell scripts
NixOS:
feat: add cdw, cdr, cdb, bak scripts/aliases
feat: spawn firefox on workspace 1 again
fix: adjust systemd stop timeout to avoid 1m30s wait on shutdown
feat: add fzf-tab

Emacs:
fix: file-switcher directory up was not working consistently
feat: more intuitive minibuffer-local-map (DEL is now 1 char again)
chore: C-z now a prefix key, several new keybinds
fix: make project switching in dashboard work again
fix: add proper projectile backend (was still set to ivy)
fix: allow yubikey unlocking from within emacs
feat: add dotfile directory to magit repository list
2024-06-18 04:08:10 +02:00
Swarsel
1ddc3eb81d
Documentation improvements
docs: Add Wiki section for (legacy) configuration snippets in case
they are deleted from the main configuration
docs: Add more details on matrix handling
2024-06-13 02:46:37 +02:00
Swarsel
d5a18a84d5
Make changes to Nix.org and README
docs: Update Deployment section in README to match new repo structure
feat: add wormhole-rs and inkscape to packages
feat: add "mkdirp yes" to Nix.org header properties
2024-06-13 01:09:20 +02:00
Swarsel
4cdfd1e9ea
Several Improvements to Emacs and NixOX
Emacs:
Fix: Emacs mouse wheel scrolling was overshooting sometimes
Feat: Hide more useless messages in the echo are (NO CHILDREN)
Feat: Add presentation mode using org-present
Fix: Fix org-tempo angled brackets insertion
Feat: better math mode in AucTeX in lieu of some yasnippet bits
Fix: add treesitter modes to eglot for automatic startup
Fix: Make mu4e automatic sender address choosing more robust

NixOS:
Feat: Add oama derivation
Feat: Add main email sender address to config
Feat: Add opacity toggle (for use with presentation mode)
2024-06-01 01:55:32 +02:00
Swarsel
85c3c8b69f
fix: SwayFX and Syncthingtray
Circumvents an upstream error that fails the sandbox for SwayFX due to
always requiring DRM device

Fix floating syncthingtray windows not showing due to recent versions
not setting app_id correctly
2024-05-28 23:43:11 +02:00
Swarsel
ca08aef2ad
Magit: Fix pinentry not recognised 2024-05-22 03:57:55 +02:00