Bruno BELANYI
29437d3e3f
home: wm: i3: move script generation out-of-line
...
This makes for a cleaner configuration file.
2021-06-03 17:18:33 +02:00
Bruno BELANYI
a827a34501
git: ignore generated pre-commit configuration
continuous-integration/drone/push Build is passing
2021-05-31 23:06:37 +02:00
Bruno BELANYI
610b0f2f4b
nix: evaluate shell hooks
...
This activates the pre-commit-hook configuration.
2021-05-31 23:06:20 +02:00
Bruno BELANYI
59cb038045
flake: add pre-commit-hooks
...
Instead of havin the tool manage versions, use a pinned version.
2021-05-31 23:04:08 +02:00
Bruno BELANYI
15db81eb3b
flake: change format
2021-05-31 23:02:32 +02:00
Bruno BELANYI
24efa3edca
machines: aramis: hardware: enable trackpoint
2021-05-31 20:30:36 +02:00
Bruno BELANYI
2fe4f1faad
modules: home: use 'username' config value
2021-05-30 01:31:05 +02:00
Bruno BELANYI
4f1f687eea
flake: use 'username' config value
2021-05-30 01:20:14 +02:00
Bruno BELANYI
b90be0acdf
home: zsh: remove trailing whitespace
continuous-integration/drone/push Build is passing
2021-05-30 00:46:09 +02:00
Bruno BELANYI
ea4c699b81
modules: system: users: make it configurable
...
Notably, make use of my global 'username' option.
2021-05-30 00:46:09 +02:00
Bruno BELANYI
8efe75295d
modules: add option to specify username
...
Given that I use it in plenty of places, it makes sense to place it
there for reference in other modules.
2021-05-30 00:46:09 +02:00
Bruno BELANYI
2d9b11406a
modules: system: packages: make it configurable
2021-05-30 00:46:09 +02:00
Bruno BELANYI
003c08cb09
modules: system: nix: make it configurable
2021-05-30 00:46:09 +02:00
Bruno BELANYI
6728b50d3a
modules: system: language: make it configurable
2021-05-30 00:46:09 +02:00
Bruno BELANYI
2eaf3bf2c7
modules: system: move 'packages'
2021-05-29 16:58:44 +02:00
Bruno BELANYI
0077ce1f94
modules: system: move 'nix'
2021-05-29 16:58:44 +02:00
Bruno BELANYI
14d9fc89f1
modules: system: move 'documentation'
2021-05-29 16:58:44 +02:00
Bruno BELANYI
f660bf94e9
modules: system: move 'language'
2021-05-29 16:58:44 +02:00
Bruno BELANYI
3b9f01e780
modules: system: move 'users'
2021-05-29 16:58:44 +02:00
Bruno BELANYI
60f1e693d1
modules: system: move 'media'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
ce4b0b8c90
modules: add 'system' directory
2021-05-29 16:56:15 +02:00
Bruno BELANYI
d2704b17fe
modules: move 'services' into subfolder
2021-05-29 16:56:15 +02:00
Bruno BELANYI
31f8ec6e98
modules: hardware: move 'upower'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
af67d04992
modules: hardware: move 'sound'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
f9bcf79430
modules: hardware: move 'networking'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
b0cc830467
modules: hardware: move 'ergodox'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
9b054d10c7
modules: hardware: move 'bluetooth'
2021-05-29 16:56:15 +02:00
Bruno BELANYI
e81aaa8ebc
modules: add 'hardware' directory
2021-05-29 16:56:15 +02:00
Bruno BELANYI
737b5e797b
modules: ergodox: remove useless group clause
...
The `zsa` module already add the group itself.
2021-05-29 16:15:20 +02:00
Bruno BELANYI
6728b5b949
flake: bump inputs
continuous-integration/drone/push Build is passing
2021-05-29 12:23:01 +02:00
Bruno BELANYI
2999ba7c0b
services: jellyfin: fix proxy configuration
continuous-integration/drone/push Build is passing
2021-05-28 11:38:28 +02:00
Bruno BELANYI
1ac9f0cc8c
home: comma: configure custom 'nixpkgs' flake
...
continuous-integration/drone/push Build is passing
This makes use of my pinned `pkgs` flake from the registry by default.
2021-05-27 21:50:27 +02:00
Bruno BELANYI
6074958292
home: extract 'comma' into its own module
2021-05-27 21:49:24 +02:00
Bruno BELANYI
da21e7a6f2
pkgs: comma: allow override which nixpkgs is used
...
This is useful for me to use my pinned `pkgs` instead.
2021-05-27 21:42:41 +02:00
Bruno BELANYI
395f15f181
pkgs: add volantes-cursors
2021-05-27 19:57:31 +02:00
Bruno BELANYI
059831b532
home: x: cursor: switch to Vimix
continuous-integration/drone/push Build is passing
2021-05-27 19:15:52 +02:00
Bruno BELANYI
76d165343e
pkgs: add vimix-cursors
2021-05-27 19:15:52 +02:00
Bruno BELANYI
f66da6fee6
home: git: add 'pick' alias
...
continuous-integration/drone/push Build is passing
I wanted to name it 'pickaxe' but for a curious reason, it does not seem
to be working when I use that alias...
I am trying to find a second alias name for `git log -p -S`, which only
shows commits that change the number of occurrences of its pickaxe in
the file. Whereas `-G` shows any commit involving the pickaxe in its
diff.
2021-05-25 23:13:35 +02:00
Bruno BELANYI
ca1c7962ea
machines: aramis: sound: switch to pipewire
...
The support for mSBC means I should get better audio on my QC35.
2021-05-25 23:13:35 +02:00
Bruno BELANYI
796df5475e
home: wm: i3: use pamixer for audio control
...
This can be used with either pipewire and pulseaudio without having to
install all of pulseaudio.
2021-05-25 23:13:35 +02:00
Bruno BELANYI
414606b58e
modules: bluetooth: add pipewire codecs
2021-05-25 23:13:35 +02:00
Bruno BELANYI
931b67fdb2
modules: sound: add pipewire configuration
2021-05-25 18:19:52 +02:00
Bruno BELANYI
8b4966fcbe
machines: aramis: sound: use common module
2021-05-25 18:19:52 +02:00
Bruno BELANYI
a508db48c9
modules: add sound
...
I will probably want to share this configuration between multiple
machines in the future.
2021-05-25 18:19:52 +02:00
Bruno BELANYI
406eeea9f6
services: podgrab: remove mention of merged PR
continuous-integration/drone/push Build is passing
2021-05-23 00:32:59 +02:00
Bruno BELANYI
9d3d86365c
project: readme: mention manual flood config
continuous-integration/drone/push Build is passing
2021-05-23 00:14:26 +02:00
Bruno BELANYI
78d77890de
machines: porthos: services: enable flood
continuous-integration/drone/push Build is failing
2021-05-22 23:59:27 +02:00
Bruno BELANYI
a33fbc6659
services: add flood
2021-05-22 23:59:27 +02:00
Bruno BELANYI
b134aedff0
home: wm: i3bar: invert baclight icon
...
Because I am using an emoji font, it looks better that way.
2021-05-22 23:59:27 +02:00
Bruno BELANYI
d31e293cef
home: mail: add msmtp
2021-05-22 23:49:57 +02:00