tangled
alpha
login
or
join now
koi.rip
/
dotfiles
0
fork
atom
my nixos dotfiles :3 (git.koi.rip mirror)
git.koi.rip/koi/dotfiles
linux
dotfiles
neovim
nixos
catppuccin
0
fork
atom
overview
issues
pulls
pipelines
zen-browser: things
koi.rip
2 weeks ago
90d88403
3a6e0dc1
+2
-1
1 changed file
expand all
collapse all
unified
split
home
modules
programs
zen-browser.nix
+2
-1
home/modules/programs/zen-browser.nix
···
5
5
6
6
programs.zen-browser = {
7
7
enable = true;
8
8
+
suppressXdgMigrationWarning = true;
8
9
9
10
profiles.default = {
10
11
id = 0;
···
65
66
"layout.css.prefers-color-scheme.content-override" = 0; # dark mode
66
67
};
67
68
userChrome = builtins.readFile ../../../external/userChrome.css;
68
68
-
keyboardShortcutsVersion = 14;
69
69
+
keyboardShortcutsVersion = 16;
69
70
keyboardShortcuts = [
70
71
{
71
72
id = "addBookmarkAsKb";