tangled
alpha
login
or
join now
ovyerus.com
/
dotfiles
1
fork
atom
Nix configurations for my personal machines (Linux & macOS)
1
fork
atom
overview
issues
pulls
pipelines
chore: rename moar to moor
ovyerus.com
4 months ago
94fd840a
76407c9e
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+6
-4
4 changed files
expand all
collapse all
unified
split
modules
programs
kitty.nix
obs-studio.nix
pager.nix
vscode.nix
+1
-1
modules/programs/kitty.nix
···
14
14
cursor_shape = "block";
15
15
cursor_shape_unfocused = "hollow";
16
16
scrollback_lines = 10000;
17
17
-
scrollback_pager = "moar +INPUT_LINE_NUMBER";
17
17
+
scrollback_pager = "moor +INPUT_LINE_NUMBER";
18
18
scrollback_pager_history_size = 5;
19
19
window_padding_width = 8;
20
20
hide_window_decorations = true;
+1
modules/programs/obs-studio.nix
···
14
14
obs-vaapi
15
15
obs-gstreamer
16
16
obs-vkcapture
17
17
+
obs-pipewire-audio-capture
17
18
];
18
19
};
19
20
}
+3
-3
modules/programs/pager.nix
···
8
8
9
9
# TODO: read docs and experiment
10
10
home.always = {
11
11
-
home.packages = [pkgs.moar];
11
11
+
home.packages = [pkgs.moor];
12
12
home.sessionVariables = {
13
13
-
PAGER = "moar";
14
14
-
MOAR = "--no-linenumbers";
13
13
+
PAGER = "moor";
14
14
+
MOOR = "--no-linenumbers";
15
15
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
16
16
MANROFFOPT = "-c";
17
17
};
+1
modules/programs/vscode.nix
···
150
150
];
151
151
# "prettier.prettierPath" = "prettierd";
152
152
"prettier.proseWrap" = "always";
153
153
+
"chat.disableAIFeatures" = true;
153
154
154
155
# Pretties
155
156
"workbench.colorTheme" = "Dolch";