Compare commits

..

45 commits

Author SHA1 Message Date
8f699cde98
home/sway: actually unset immodule variables 2024-07-20 14:59:58 +08:00
dfa6180124
home/mpv: add anime4k 2024-07-20 13:16:08 +08:00
e93f8124e5
home: move flake repo directory 2024-07-20 12:15:17 +08:00
2cebc41c3f
tyo0/miniflux: use keycloak oidc 2024-07-18 17:47:30 +08:00
67c5c09dd4
nixos/caddy: cleanup 2024-07-18 14:44:40 +08:00
e6d169d828
lightsail-tokyo/element-web: 1.11.70 -> 1.11.71 2024-07-18 11:39:31 +08:00
faf7738627
flake: update lock file 2024-07-18 11:02:23 +08:00
6407c88670
lightsail-tokyo/forgejo: set ssh domain for cdn 2024-07-18 10:48:24 +08:00
464c38e479
fixup! treewide: cleanup 2024-07-17 23:04:26 +08:00
a57e2d3050
fixup! aristotle: cleanup 2024-07-17 11:36:13 +08:00
0a5f07bef0
treewide: cleanup 2024-07-17 11:35:59 +08:00
8a6279673d
aristotle: cleanup 2024-07-17 10:16:20 +08:00
4cbde560d7
nixos: unblock bots 2024-07-14 03:27:20 +08:00
c9180d8a1a
home/fonts: perfer source-{sans,serif} over noto-{sans,serif} 2024-07-14 03:14:20 +08:00
d2027536ce
lightsail-tokyo: add libreddit 2024-07-14 02:01:10 +08:00
2fd28cab95
flake: unbreak nix flake check 2024-07-12 07:59:21 +08:00
9f1ad06daa
lightsail-tokyo: cleanup caddyfile 2024-07-12 04:31:24 +08:00
36e5858b3d
pixivfe: move to ./pkgs 2024-07-11 23:50:43 +08:00
9f419e691b
lightsail-tokyo: add miniflux 2024-07-11 23:03:11 +08:00
239dd56bf7
flake/colmena: cleanup 2024-07-10 17:57:01 +08:00
e8164d9c63
nixos/core: enable zram by default 2024-07-10 17:11:38 +08:00
2b7c7dfdef
nixos/wireless: fix ssid 2024-07-10 16:38:08 +08:00
10baea5c19
aristotle: disable xserver 2024-07-10 15:43:19 +08:00
116af76c57
hosts: socrates -> enchilada 2024-07-10 08:10:27 +08:00
ab1da3531a
home/fonts: cleanup 2024-07-10 07:50:23 +08:00
3f16fe1f24
nixos/nix: cleanup 2024-07-10 07:50:23 +08:00
dad9c73580
nixos: have less fun 2024-07-10 07:50:22 +08:00
fe8227f279
treewide: cleanup 2024-07-10 07:50:22 +08:00
d772663274
nix: cleanup substituters 2024-07-10 05:45:51 +08:00
c879183149
flake: update lock file 2024-07-09 21:03:42 +08:00
0890d1518e
home/gaming: enable sdl3 for osu-lazer 2024-07-09 15:14:46 +08:00
be10ac51a1 darwin: unbreak 2024-07-08 18:16:51 +08:00
432719121e home/fish: cleanup plugins
those seems to be not working for some unknown reasons
2024-07-08 17:55:52 +08:00
ec389b13c9 home/sway: use grimshot 2024-07-08 17:50:26 +08:00
e6a166be25 scripts/screenshot: fix replace matching 2024-07-08 13:58:31 +08:00
9666aa9535 home: add kanshi 2024-07-08 01:13:29 +08:00
61a597c4d3 home: rofi -> wmenu 2024-07-08 01:06:26 +08:00
f465562720
(wip) nixos/nix: disable unwanted options 2024-07-07 23:03:34 +08:00
abe59b02a3
(wip) hosts/aristotle: support external output 2024-07-07 23:03:33 +08:00
1f9bdbca72
home/sway: new wallpaper 2024-07-07 23:03:33 +08:00
fc9ca7f1df
home/foot: fix sway floating mode 2024-07-07 23:03:33 +08:00
5970d4ac0a
flake: update lock file 2024-07-07 23:03:33 +08:00
691dd30e86
(wip) flake: switch to self-hosted git 2024-07-07 23:03:32 +08:00
7068057406
home: switch to tmux 2024-07-07 23:03:32 +08:00
7f1e108293
(wip) blacksteel: add external drive 2024-07-07 23:03:32 +08:00
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,6 @@
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,8 +19,9 @@
scripts = scripts =
(with pkgs.mpvScripts; [ (with pkgs.mpvScripts; [
modernx-zydezu
thumbfast thumbfast
sponsorblock
modernx-zydezu
]) ])
++ 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/flake" "file://${config.home.homeDirectory}/Documents/Projects/git-repos/github.com/Guanran928/flake"
]; ];
iconTheme = { iconTheme = {