Commit graph

1214 commits

Author SHA1 Message Date
3502a31065
user/neovim-minimal: further minimise 2025-04-05 12:13:19 +11:00
a4a38b4a8b
system/nix: use nixVersions.latest 2025-04-03 22:20:16 +11:00
github-actions[bot]
1e2850dd38 flake: bump inputs 2025-04-03 01:44:45 +00:00
21b7184b65
user/neovim: remove prisma 2025-03-29 13:09:33 +11:00
cffbc858f7
packages/linux-lava: remove ntsync patch
now upstreamed as part of 6.14
2025-03-28 00:42:19 +11:00
github-actions[bot]
74501e3c39 packages/linux-lava: bump to 6.14 2025-03-27 13:15:47 +00:00
github-actions[bot]
ba15ebcf4c flake: bump inputs 2025-03-27 13:15:46 +00:00
fd14625074
packages/linux-lava: use alternative logic to fix error 2025-03-28 00:13:47 +11:00
04d695c77a
packages/linux-lava: ignore patch when it's a new release 2025-03-28 00:06:56 +11:00
b9681ed925
overlays/wpa-supplicant: init, makes it not spam journal 2025-03-25 22:17:23 +11:00
c8f4410d94
user/eww: use lighter text for shadow 2025-03-25 21:59:14 +11:00
cdae556af4
user/hyprlock: scale based on new hidpi option 2025-03-23 19:15:35 +11:00
78c578b7ca
hosts/hyacinth: remove postgres 2025-03-23 19:11:58 +11:00
c3368f7ec5
system/nix: try out nixos-rebuild-ng 2025-04-24 01:32:02 +10:00
a6b826f089
system/packages-gui: add bitwarden for polkit actions 2025-04-23 18:15:18 +10:00
b310b4e691
rin/packages: add bitwarden messaginghost to firefox 2025-04-23 17:56:28 +10:00
c54fa3c517
rin/packages: add bitwarden-desktop 2025-04-23 17:56:28 +10:00
9f525a8756
anemone/kernel: fix hibernation not shutting down 2025-04-21 00:49:22 +10:00
ffb3659357
rin/packages: add cisco packet tracer 2025-04-21 00:48:09 +10:00
e7724c0212
anemone/kernel: disable suspend-then-hibernate
really buggy, couldn't ever get it working properly

system goes to sleep, but never wakes up to hibernate

when waking up from sleep after the specified time, only then will it
start to hibernate, which takes like a minute that I have to wait for

not to mention it has a bug where after hibernation the machine stays
on, so i have to force it off and restart it..... bruh
2025-04-15 21:15:16 +10:00
90febfba6e
user/neovim: add ts-java, kotlin, swift, xml 2025-04-15 12:51:55 +10:00
c0a054c937
overlays/android-studio: unpatch 2025-04-08 16:37:23 +10:00
f724467c76
hosts/anemone: add android-studio 2025-04-08 16:35:29 +10:00
github-actions[bot]
fd45845bdf
packages/linux-lava: bump to 6.14.1 2025-04-08 16:35:29 +10:00
github-actions[bot]
2421602b88
flake: bump inputs 2025-04-08 16:35:29 +10:00
7284f81fd4
users/rin: add to dialout group 2025-04-08 16:04:19 +10:00
ae26fd9a09
user/catppuccin: use pink accent for both schemes 2025-03-23 16:58:28 +11:00
0ae63f2c72
user/eww: add box-shadow around widgets 2025-03-23 16:53:26 +11:00
7c36f87860
user/catppuccin: use pink accent for latte 2025-03-23 14:47:35 +11:00
a5538535c2
user/eww: fix null coercion 2025-03-23 13:29:25 +11:00
29a5866f90
user/rin: hack, include all gui imports to avoid inf recursion 2025-03-23 13:26:42 +11:00
f1e9e140d6
system/packages: fix infinite recursion 2025-03-23 13:21:46 +11:00
571f0f6f3e
treewide: replace enableGUI with config.me.gui 2025-03-23 12:57:20 +11:00
3ccf85aa9e
options: rename fprint to hasFingerprint 2025-03-23 12:47:02 +11:00
095d24b797
options: use types.str instead of types.string 2025-03-23 12:45:59 +11:00
d92455cebf
user/eww: use boolToString 2025-03-23 12:44:10 +11:00
d9269fbb93
user/eww: fix wrong battery config name 2025-03-23 12:41:48 +11:00
cca1730f3f
hosts/anemone: configure me 2025-03-23 12:39:35 +11:00
1a62545c3c
user/{eww,hypridle,hyprlock}: configure based on options.me 2025-03-23 12:36:07 +11:00
f33525f565
options: init 2025-03-23 11:52:43 +11:00
e1e94504e4
users/rin: remove old powercord patch 2025-03-23 11:17:42 +11:00
6c2790cb05
user/rin: remove pass 2025-03-23 00:32:59 +11:00
da47e42111
user/eww-wayland: rename to eww 2025-03-23 00:32:41 +11:00
438eb54cea
user/eww: remove res 2025-03-23 00:32:09 +11:00
2e74aa5f00
treewide: prune more old xorg configs, and rename wayland modules 2025-03-23 00:29:58 +11:00
46c30b9d5d
treewide: prune out xorg 2025-03-23 00:23:58 +11:00
b89253931d
user/kitty: add scrollback pager 2025-03-23 11:12:55 +11:00
94d72b25f0
rin/packages: remove discord-canary 2025-03-21 21:14:21 +11:00
30a59b4be0
user/spicetify: link spicetify to .local/bin
when switching themes using home-manager specialisations, the user
environment in /etc/profiles/per-user is not updated (managed by nixos),
so we create a symlink here to force it to use the current hm config's
spicetify (.local/bin has higher priority)

this is a workaround at best, a hack at worst. should probably somehow
make /etc/profiles irrelevant and use something else user-managed.
2025-03-20 22:28:12 +11:00
5f1b9b17ec
user/spicetify: add custom css for nowplaying menu 2025-03-20 21:54:10 +11:00