Commit graph

1118 commits

Author SHA1 Message Date
Antoine Martin 03346040e0 flake: disable Lix module
Since https://github.com/NixOS/nixpkgs/pull/391983 was merged in
nixos-24.11, the Lix module needs a bump as well to avoid applying that
patch twice, which breaks the build. Let's wait for an update.
2025-03-24 10:18:50 +01:00
Antoine Martin cad74df9fa flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/9d3d080aec2a35e05a15cedd281c2384767c2cfe?narHash=sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA%3D' (2025-02-17)
  → 'github:nix-community/home-manager/0948aeedc296f964140d9429223c7e4a0702a1ff?narHash=sha256-jbqlw4sPArFtNtA1s3kLg7/A4fzP4GLk9bGbtUJg0JQ%3D' (2025-03-22)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/e1f12151258b12c567f456d8248e4694e9390613?narHash=sha256-f0BVt1/cvA0DQ/q3rB%2BHY4g4tKksd03ZkzI4xehC2Ew%3D' (2025-03-12)
  → 'github:NixOS/nixos-hardware/380ed15bcd6440606c6856db44a99140d422b46f?narHash=sha256-yJ3OOAmsGAxSl0bTmKUp3%2BcEYtSS%2BV6hUPK2rYhIPr8%3D' (2025-03-22)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cdd2ef009676ac92b715ff26630164bb88fec4e0?narHash=sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB%2Bikn74/xQoNrGQ%3D' (2025-03-13)
  → 'github:NixOS/nixpkgs/f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092?narHash=sha256-rBfc%2BH1dDBUQ2mgVITMGBPI1PGuCznf9rcWX/XIULyE%3D' (2025-03-23)
2025-03-24 09:10:27 +01:00
Antoine Martin a1b2fdabe4 home: add monkeytype to tridactyl blacklist 2025-03-24 09:09:25 +01:00
Antoine Martin 75d1bc84a9 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/970c26517231e07b71f3eaaa9aa2ebe539c354d3' (2025-01-27)
  → 'github:NixOS/nixpkgs/fa6ab1d7fdf29a4ff0ac65f01ffdaea84f105280' (2025-03-21)
2025-03-21 13:06:42 +01:00
Antoine Martin 7639a0dedd home: jj: check for filepath only
In case I manually edit some changelog entries to look like

* path1.txt, path2.txt: changes described here.
2025-03-17 16:32:17 +01:00
Antoine Martin 20647c820f home: jj: dryer changelog template 2025-03-17 16:29:16 +01:00
Antoine Martin 7cc542e27f home: jj: add changelog commit description
For this commit, this would generate something like

```
* home/jj/config.toml:
```

automatically.
2025-03-17 14:56:48 +01:00
Antoine Martin 863df49b7c home: tridactyl: use ergo-l for hints 2025-03-16 01:07:15 +01:00
Antoine Martin 4da4aecd99 flake: bump Lix input 2025-03-15 19:26:55 +01:00
Antoine Martin e437af78b4 ci: bump actions 2025-03-15 19:20:11 +01:00
Antoine Martin bac6d9c7fb todo: add current wishlist 2025-03-15 16:41:12 +01:00
Antoine Martin cd29dc0aa8 talos: add gnome-solanum to home packages
This is a Pomodoro timer.
2025-03-15 16:39:04 +01:00
Antoine Martin 90a09cc82b home: leave gtkrc 2.0 in its default location 2025-03-15 16:37:33 +01:00
Antoine Martin c5c41c89f7 home: tridactyl: add typing websites to blackist 2025-03-15 16:23:59 +01:00
Antoine Martin 93e1e226ee base: add shellcheck to base programs 2025-03-15 16:22:03 +01:00
Antoine Martin 5fd40cdc6c flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/009b764ac98a3602d41fc68072eeec5d24fc0e49' (2025-02-27)
  → 'github:NixOS/nixos-hardware/e1f12151258b12c567f456d8248e4694e9390613' (2025-03-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6af28b834daca767a7ef99f8a7defa957d0ade6f' (2025-03-04)
  → 'github:NixOS/nixpkgs/cdd2ef009676ac92b715ff26630164bb88fec4e0' (2025-03-13)
2025-03-15 15:59:35 +01:00
Antoine Martin c42ed3a2d1 base: gui: use Qt6 Okular 2025-03-07 12:38:19 +01:00
Antoine Martin 95c5fe1b49 home: jj: add better commit draft templates 2025-03-07 12:38:19 +01:00
Antoine Martin f083325b4a home: jj: drop fancy icon from log
This messes with the graph formatting when history is not linear because
the fancy icon's width is non-standard
2025-03-07 12:38:19 +01:00
Antoine Martin b17195c0cf talos: home: include font-awesome
Since this was removed when disabling the i3bar module in the previous
commit, enable locally.
2025-03-07 12:38:19 +01:00
Antoine Martin 13b76ea50b home: i3bar: only enable when i3 is used
notmuch is broken in nixpkgs right now and i3status-rust depended on it.
This broke my config's build, but I don't actually use i3status-rust
anymore since I switched to Sway on Wayland.
2025-03-07 10:04:05 +01:00
Antoine Martin 3d405d43f1 flake: bump jj to v0.27.0 2025-03-06 16:35:58 +01:00
Antoine Martin dfcae02467 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f44bd8ca21e026135061a0a57dcf3d0775b67a49' (2025-02-26)
  → 'github:NixOS/nixpkgs/6af28b834daca767a7ef99f8a7defa957d0ade6f' (2025-03-04)
2025-03-06 16:33:38 +01:00
Antoine Martin 249683949d home: emacs: bump to emacs 30 2025-03-01 21:12:41 +01:00
Antoine Martin ba4d2ef80c home: jj: log and status as default command 2025-02-28 16:07:48 +01:00
Antoine Martin 6dab695fed flake: use nixpkgs for jujutsu input 2025-02-28 15:15:12 +01:00
Antoine Martin 75e6492a41 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/18e9f9753e9ae261bcc7d3abe15745686991fd30' (2025-02-20)
  → 'github:NixOS/nixos-hardware/009b764ac98a3602d41fc68072eeec5d24fc0e49' (2025-02-27)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/36864ed72f234b9540da4cf7a0c49e351d30d3f1' (2025-02-19)
  → 'github:NixOS/nixpkgs/f44bd8ca21e026135061a0a57dcf3d0775b67a49' (2025-02-26)
2025-02-28 14:36:27 +01:00
Antoine Martin e758c5f215 home: add jj config and add jj to home path 2025-02-28 14:30:04 +01:00
Antoine Martin 119954200e talos: fix Firefox inhibit behavior
See https://github.com/flatpak/xdg-desktop-portal-gtk/issues/465 for
details about the issue.

TL;DR: x-d-p-gtk doesn't report a failure to handle the idle inhibit to
Firefox, so Firefox doesn't fallback to the Wayland protocol.
2025-02-28 11:54:50 +01:00
Antoine Martin 9045c7dcd4 talos: home: setup darkman 2025-02-28 11:54:31 +01:00
Antoine Martin ced4f2be27 talos: home: setup wlsunset 2025-02-28 11:54:31 +01:00
Antoine Martin 428fb20ecf home: tmux: switch to catppuccin for tmux theme 2025-02-28 11:51:45 +01:00
Antoine Martin 1068a3a041 talos: home: tweak colors for focused windows 2025-02-28 11:51:15 +01:00
Antoine Martin 49de758a72 talos: home: enable touchpad swipe 2025-02-28 11:50:42 +01:00
Antoine Martin 732f513eb5 talos: home: tweak font size 2025-02-28 11:49:45 +01:00
Antoine Martin 2dafb9cacc services: lohr: bump commit 2025-02-23 21:11:08 +01:00
Antoine Martin 9479b886fe hades: remove default runner 2025-02-23 20:45:21 +01:00
Antoine Martin 53b9483da1 Back out "flake.lock: Update"
This backs out commit 61b72a89e7.
2025-02-23 20:04:55 +01:00
Antoine Martin bbfde06387 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/254d47082e23dbf72fdeca1da6fe1da420f478d8' (2025-02-14)
  → 'github:nix-community/home-manager/9d3d080aec2a35e05a15cedd281c2384767c2cfe' (2025-02-17)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/2eccff41bab80839b1d25b303b53d339fbb07087' (2025-02-06)
  → 'github:NixOS/nixos-hardware/18e9f9753e9ae261bcc7d3abe15745686991fd30' (2025-02-20)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0ff09db9d034a04acd4e8908820ba0b410d7a33a' (2025-02-12)
  → 'github:NixOS/nixpkgs/36864ed72f234b9540da4cf7a0c49e351d30d3f1' (2025-02-19)
2025-02-22 16:14:29 +01:00
Antoine Martin bce3b20232 Back out "hades: remove gitlab runners"
This backs out commit 771ba29fb2.
2025-02-22 16:13:37 +01:00
Antoine Martin e14c5f3122 talos: home: put some gaps in sway 2025-02-21 22:00:56 +01:00
Antoine Martin b4d0d5f0a0 home: tmux: disable escape time
How am I only finding out about this now?
2025-02-21 22:00:30 +01:00
Antoine Martin 2e53d24159 home: emacs: switch to nerdfont patched font 2025-02-18 22:34:13 +01:00
Antoine Martin 2c71052030 home: x: cursors: switch to bibata
Let's try some changes
2025-02-18 22:33:46 +01:00
Antoine Martin c8648b18b4 talos: home: use catppuccin theme for sway 2025-02-17 23:00:11 +01:00
Antoine Martin 3e01412e7f talos: home: unblur electron apps
This is an obscure NixOS environment variable only mentioned in a
changelog, but it does the right thing
2025-02-17 22:59:22 +01:00
Antoine Martin 61b72a89e7 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/970c26517231e07b71f3eaaa9aa2ebe539c354d3' (2025-01-27)
  → 'github:NixOS/nixpkgs/1ead14e49dfa47e91e68df64ef3dbf036809c742' (2025-02-17)
2025-02-17 21:21:07 +01:00
Antoine Martin 62558b3dc0 talos: home: bring back suspend shortcut 2025-02-17 17:49:44 +01:00
Antoine Martin a22e79693d talos: home: swaylock works better 2025-02-17 17:49:44 +01:00
Antoine Martin 6c04235b48 talos: home: provide shortcut to reload displays 2025-02-17 17:49:44 +01:00