Skip to content

Commit f9bff23

Browse files
committed
treewide: small changes
1 parent 030970e commit f9bff23

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

hosts/minix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ colorschemes, pkgs, ... }: rec {
1+
{ colorschemes, pkgs, ... }: {
22
colorScheme = colorschemes.catppuccin;
33

44
modules.desktop = {

hosts/nixie/secrets/reaper.nix

0 Bytes
Binary file not shown.

modules/desktop/apps/neovim/plugins/lsp/extra.nix

+2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ in {
3636
vim.lsp.handlers.signature_help,
3737
{ border = "${cfg.border}" }
3838
)
39+
40+
vim.lsp.set_log_level(“off”)
3941
'';
4042
}

modules/desktop/apps/reaper/configs/reaper.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lane1=100 128 0
9999
lane2=100 -1 0
100100
lastdrummode=16
101101
lastsnap=1
102-
lastspac=0.25000000
102+
lastspac=0.12500000
103103
lastswing=0.500000
104104
lastvelhand=0
105105
midikeystep=0
@@ -114,11 +114,11 @@ quantstrength=100
114114
quantswingstrength=0.500000
115115
scnotes=0
116116
shownotenames=1
117-
window_h=979
117+
window_h=1011
118118
window_max=0
119-
window_w=1864
120-
window_x=28
121-
window_y=50
119+
window_w=1896
120+
window_x=12
121+
window_y=34
122122

123123
[mp3 encoder defaults]
124124
default=6C33706D400100000000000002000000FFFFFFFF04000000400100000000000000

modules/desktop/core/fonts.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ in {
1313
config = mkIf cfg.enable {
1414
fonts = {
1515
enableDefaultPackages = true;
16-
packages = with pkgs; [
17-
corefonts
18-
dejavu_fonts
16+
packages = [
17+
pkgs.corefonts
18+
pkgs.dejavu_fonts
1919
font.package
2020
];
2121
};

modules/desktop/core/guilibs.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in {
2727

2828
home.pointerCursor = {
2929
package = pkgs.catppuccin-cursors.macchiatoPink;
30-
name = "Catppuccin-Macchiato-Pink-Cursors";
30+
name = "catppuccin-macchiato-pink-cursors";
3131

3232
size = 24;
3333

modules/desktop/core/rices/hyprpop/hyprland/hyprland.conf

-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ misc {
7979
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
8080
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
8181

82-
# Wine popups workarounds
83-
# TODO: use wineWowPackages.waylandFull, ditch xwayland
84-
windowrulev2 = stayfocused, title:^(menu)$, class:^yabridge-host.exe.so
85-
windowrulev2 = move onscreen cursor, title:^(menu)$, class:^yabridge-host.exe.so
86-
windowrulev2 = minsize 1 1,title:^(menu)$, class:^yabridge-host.exe.so
87-
8882
# note: will blur space behind the bar
8983
# blurls = waybar
9084

0 commit comments

Comments
 (0)