030e5c0058
Add droppie
2022-08-13 18:08:27 +02:00
2dda411388
Merge branch 'main' into b12f
2022-08-13 12:14:16 +02:00
Benjamin Bädorf
9375fc4aae
Merge pull request 'Add denols to nvim' ( #88 ) from feature/denols into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/88
2022-08-12 22:45:13 +00:00
Benjamin Bädorf
ebfd447037
Merge pull request 'Add Arduino module' ( #98 ) from feature/arduino into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/98
Reviewed-by: hensoko <hensoko@noreply.example.org>
2022-08-12 22:44:28 +00:00
Benjamin Bädorf
1a7d0979c1
Merge pull request 'Add spotify as an audio option' ( #99 ) from feature/spotify into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/99
Reviewed-by: hensoko <hensoko@noreply.example.org>
2022-08-12 20:43:03 +00:00
Benjamin Bädorf
06d2b07b09
Merge pull request 'Remove unused scream pulse service file' ( #89 ) from refactor/remove-scream-pulse-service into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/89
2022-08-12 18:44:50 +00:00
Benjamin Bädorf
6150201e6e
Merge pull request 'signal-desktop: works without workaround again' ( #93 ) from social/revert-signal-fix into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/93
2022-08-12 18:44:32 +00:00
Benjamin Bädorf
8e634ad70b
Merge pull request 'audio: remove mopidy-spotify, upstream abandonded support' ( #95 ) from fix/audio-remove-mopidy-spotify into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/95
2022-08-12 18:33:26 +00:00
45202d98ec
Add Arduino module
...
This adds a small arduino development module that installs development
tooling and adds the user to the `dialout` group.
2022-08-10 22:53:37 +02:00
bb53317daf
Add spotify as an audio option
...
Adds a `config.pub-solar.audio.spotify` option that when enabled
installs and configures `spotifyd` as a systemd daemon and `spotify-tui`
as the terminal-based UI.
After enabling, run `spt` in the terminal to open the UI.
2022-08-10 22:52:17 +02:00
c2227ed013
Add Arduino module
...
This adds a small arduino development module that installs development
tooling and adds the user to the `dialout` group.
2022-08-10 22:43:54 +02:00
c2bc749beb
Add spotify as an audio option
...
Adds a `config.pub-solar.audio.spotify` option that when enabled
installs and configures `spotifyd` as a systemd daemon and `spotify-tui`
as the terminal-based UI.
After enabling, run `spt` in the terminal to open the UI.
2022-08-10 22:42:14 +02:00
fd50ecf445
Improve help and screen recording keybindings in sway
...
This commit shuffles around some sway keybindings and improves the
screen recording experience by adding a small wrapper around `slurp` and
`wf-recorder` conveniently called `record-screen`.
* `$mod+F5` now reload the sway configuration,
* `$mod+Ctrl+r` starts a screen recording (to stop it, go to workspace 7
and kill the process),
* `record-screen` and the firefox sharing indicator are both on
workspace 7 now, making it the "trash" workspace,
* `$mod+F1` and `$mod+Shift+h` now open Firefox with the docs of our
repository availabe under `help.local`.
* To not infuriate `qMasterPassword` users, that is now available under
`$mod+Shift+m` instead of `$mod+F1`.
2022-08-10 22:32:27 +02:00
2b0a804b4e
Merge branch 'main' into b12f
2022-07-22 14:34:58 +02:00
aeed1af298
Move failing RWTH offlineimap config to the last place
2022-07-22 14:31:05 +02:00
237a753474
audio: switch to wireplumber for pipewire configuration
...
https://nixos.wiki/wiki/PipeWire#Bluetooth_Configuration
2022-07-08 14:34:30 +02:00
6a5b09a26a
audio: remove mopidy-spotify, upstream abandonded support
2022-07-08 14:25:22 +02:00
3bd0b3c502
signal-desktop: works without workaround again
...
Also add --use-tray-icon flag, since it works now
2022-07-08 14:24:23 +02:00
5094495a79
Less annoying
2022-06-04 20:29:09 +02:00
d84ee5d67a
Remove unused scream pulse service file
2022-06-04 19:42:13 +02:00
63fe359cab
Add denols to nvim
...
In Deno projects `tsserver` is less than ideal. This PR starts `denols`
instead of `tsserver` if `nvim` finds the `NVIM_USE_DENOLS` variable
when reading the lsp config.
2022-06-04 19:41:28 +02:00
6054a02ebf
Make sure we're all successful
2022-06-04 19:40:55 +02:00
10a70d46c7
Make sure we're all successful
2022-06-04 19:32:12 +02:00
34cc7d40f2
Add denols to nvim
...
In Deno projects `tsserver` is less than ideal. This PR starts `denols`
instead of `tsserver` if `nvim` finds the `NVIM_USE_DENOLS` variable
when reading the lsp config.
2022-06-04 16:49:07 +02:00
4c7fed14f0
Remove unused scream pulse service file
2022-06-04 16:45:33 +02:00
efc52114f3
Merge branch 'main' into b12f
2022-06-04 02:59:32 +02:00
Benjamin Bädorf
c6d4a9f0dc
Merge pull request 'Follow nixos release-22.05' ( #87 ) from feature/nixos-22.05 into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/87
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
2022-06-04 00:58:58 +00:00
8e43046dee
nixos: follow release-22.05
...
home: follow release-22.05 branch
Fixes for upstream changes:
ag renamed to silver-searcher, extfat-utils is now exfat, lot's of
overrides no longer needed, as they're now in the release branch,
services.caddy.config split up into globalConfig and extraConfig
2022-06-02 10:13:17 +02:00
3fae0d93fa
graphical: move FF sharing indicator to sway ws 7
...
The Firefox sharing indicator sometimes doesn't like to float like it
should, and when it does, it usually floats over UI elements you'd like
to use.
Moving it to sway workspace 7 should get it mostly out of the way
2022-05-06 14:53:27 +02:00
403893ed56
Merge branch 'main' into b12f
2022-05-05 09:12:35 +02:00
3ce121ce60
Introduce option to enable autologin
...
This option allows to disable autologin which is enabled by default.
2022-05-03 19:26:02 +02:00
159ae86722
Start sway as a systemd user process again
...
After login on TTY1 sway was started by calling
exec sway
See also b84d88fc92
Co-authored-by: Hendrik Sokolowski <hensoko@gssws.de>
2022-05-02 20:55:34 +02:00
Benjamin Bädorf
797e83f9aa
Merge pull request 'zsh: precmd() don't echo trailing newline' ( #78 ) from fix/zsh-precmd into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/78
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
2022-05-02 18:34:08 +00:00
a772a91d7b
zsh: precmd() don't echo trailing newline
2022-05-02 01:30:09 +02:00
4712e535f9
sway: fix cursor not scaling correctly
2022-05-02 01:28:35 +02:00
0ecbdaa0bc
Merge branch 'main' into fix/shorten-home-to-tilde-zsh
2022-04-30 21:50:42 +02:00
4de8f625fc
Merge branch 'main' into b12f
2022-04-30 21:45:23 +02:00
Benjamin Bädorf
0acabe0624
Merge pull request 'tree-wide: gnome3 -> gnome, add hicolor-icon-theme' ( #66 ) from fix/gnome3-to-gnome into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/66
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
2022-04-30 19:29:40 +00:00
4b915053b4
zsh: precmd() don't echo trailing newline
2022-04-30 20:58:06 +02:00
99ece3e3f1
Merge branch 'main' into fix/gnome3-to-gnome
2022-04-30 20:17:25 +02:00
caa730f665
Fix build
2022-04-30 20:01:31 +02:00
d85a796259
Merge branch 'main' into b12f
2022-04-30 19:58:06 +02:00
e30974c1b2
Merge branch 'main' into feature/basic-iso
2022-04-30 19:51:38 +02:00
84fa70513f
Improve terminal pwd title by shortening home to ~
2022-04-30 18:28:11 +02:00
167cd2fc32
Improve terminal pwd title by shortening home to ~
2022-04-30 18:27:42 +02:00
01fc42e15f
Merge branch 'main' into feature/neovim-improvements
2022-04-30 18:12:49 +02:00
ed26820593
neovim: remove unneeded autocmd CursorHold
2022-04-30 18:11:43 +02:00
b204dd5363
Merge branch 'main' into b12f
2022-04-30 18:01:33 +02:00
Benjamin Bädorf
003140fc54
Merge pull request 'Change terminal title to cwd' ( #69 ) from feature/terminal-title-cwd into main
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/69
Reviewed-by: teutat3s <teutates@mailbox.org>
Reviewed-by: hensoko <hensoko@noreply.example.org>
2022-04-30 16:01:05 +00:00
b516473f69
Change terminal title to cwd
2022-04-30 17:52:11 +02:00