Compare commits

..

44 commits

Author SHA1 Message Date
7be816cc69
home/mpv: remove sponsorblock 2024-07-20 17:04:44 +08:00
135c6ff938
home/sway: actually unset immodule variables 2024-07-20 17:04:44 +08:00
37349c9afc
home/mpv: add anime4k 2024-07-20 17:04:44 +08:00
68f3313abd
home: move flake repo directory 2024-07-20 17:04:44 +08:00
14b75192cc
tyo0/miniflux: use keycloak oidc 2024-07-20 17:04:43 +08:00
3da9f0deea
nixos/caddy: cleanup 2024-07-20 17:04:43 +08:00
cbf8c81130
lightsail-tokyo/element-web: 1.11.70 -> 1.11.71 2024-07-20 17:04:43 +08:00
8525993f85
flake: update lock file 2024-07-20 17:04:43 +08:00
60058d43c3
lightsail-tokyo/forgejo: set ssh domain for cdn 2024-07-20 17:04:43 +08:00
863f233dcb
treewide: cleanup 2024-07-20 17:04:43 +08:00
8187a57f01
aristotle: cleanup 2024-07-20 17:04:43 +08:00
7aa07d02fa
nixos: unblock bots 2024-07-20 17:04:42 +08:00
cd183f00bd
home/fonts: perfer source-{sans,serif} over noto-{sans,serif} 2024-07-20 17:04:42 +08:00
9c74f706e5
lightsail-tokyo: add libreddit 2024-07-20 17:04:42 +08:00
fa8108f522
flake: unbreak nix flake check 2024-07-20 17:04:42 +08:00
252925cb55
lightsail-tokyo: cleanup caddyfile 2024-07-20 17:04:42 +08:00
852b2df205
pixivfe: move to ./pkgs 2024-07-20 17:04:42 +08:00
7a29d71c7f
lightsail-tokyo: add miniflux 2024-07-20 17:04:42 +08:00
e8d2deacd7
flake/colmena: cleanup 2024-07-20 17:04:41 +08:00
6d2ac829f4
nixos/core: enable zram by default 2024-07-20 17:04:41 +08:00
a779cb029f
nixos/wireless: fix ssid 2024-07-20 17:04:41 +08:00
7ffcdce70f
aristotle: disable xserver 2024-07-20 17:04:41 +08:00
b6c7998ff6
hosts: socrates -> enchilada 2024-07-20 17:04:41 +08:00
a42123d35f
home/fonts: cleanup 2024-07-20 17:04:41 +08:00
16f0af6e1a
nixos/nix: cleanup 2024-07-20 17:04:41 +08:00
f883c2526f
nixos: have less fun 2024-07-20 17:04:40 +08:00
bd7f51b7b1
treewide: cleanup 2024-07-20 17:04:40 +08:00
b23abd8a85
nix: cleanup substituters 2024-07-20 17:04:40 +08:00
0e41e653a4
flake: update lock file 2024-07-20 17:04:40 +08:00
a20a63696f
home/gaming: enable sdl3 for osu-lazer 2024-07-20 17:04:40 +08:00
a31c38d2e5
darwin: unbreak 2024-07-20 17:04:40 +08:00
d86e047588
home/fish: cleanup plugins
those seems to be not working for some unknown reasons
2024-07-20 17:04:40 +08:00
330ed148a4
home/sway: use grimshot 2024-07-20 17:04:39 +08:00
708f1e60b7
scripts/screenshot: fix replace matching 2024-07-20 17:04:39 +08:00
e7029ac06b
home: add kanshi 2024-07-20 17:04:39 +08:00
6a986e4a0d
home: rofi -> wmenu 2024-07-20 17:04:39 +08:00
09b7862c23
nixos/nix: disable unwanted options 2024-07-20 17:04:35 +08:00
3c31179572
hosts/aristotle: support external output 2024-07-20 17:04:31 +08:00
4b26ce620d
home/sway: new wallpaper 2024-07-20 17:04:31 +08:00
b8faf1e1a4
home/foot: fix sway floating mode 2024-07-20 17:04:31 +08:00
fd310f94b9
flake: update lock file 2024-07-20 17:04:31 +08:00
27d8675ce6
flake: switch to self-hosted git 2024-07-20 17:04:28 +08:00
39598c2e1a
home: switch to tmux 2024-07-20 17:04:28 +08:00
b325e7c3a8
blacksteel: add external drive 2024-07-20 17:04:24 +08:00
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,7 @@
It just works™ It just works™
## Structure ## Structure
``` ```
 .  .
│ # Darwin configuration is not actively maintained and sometimes it might │ # Darwin configuration is not actively maintained and sometimes it might

View file

@ -19,9 +19,8 @@
scripts = scripts =
(with pkgs.mpvScripts; [ (with pkgs.mpvScripts; [
thumbfast
sponsorblock
modernx-zydezu modernx-zydezu
thumbfast
]) ])
++ lib.optional pkgs.stdenv.hostPlatform.isLinux pkgs.mpvScripts.mpris; ++ lib.optional pkgs.stdenv.hostPlatform.isLinux pkgs.mpvScripts.mpris;

View file

@ -16,7 +16,7 @@
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
gtk3.bookmarks = [ gtk3.bookmarks = [
"file://${config.home.homeDirectory}/Documents/Projects/git-repos/github.com/Guanran928/flake" "file://${config.home.homeDirectory}/Documents/Projects/flake"
]; ];
iconTheme = { iconTheme = {