Skip to content

Commit

Permalink
treewide: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Jul 24, 2024
1 parent 030970e commit 1bc1e2d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion hosts/minix/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ colorschemes, pkgs, ... }: rec {
{ colorschemes, pkgs, ... }: {
colorScheme = colorschemes.catppuccin;

modules.desktop = {
Expand Down
Binary file modified hosts/nixie/secrets/reaper.nix
Binary file not shown.
2 changes: 2 additions & 0 deletions modules/desktop/apps/neovim/plugins/lsp/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ in {
vim.lsp.handlers.signature_help,
{ border = "${cfg.border}" }
)
vim.lsp.set_log_level("off")
'';
}
10 changes: 5 additions & 5 deletions modules/desktop/apps/reaper/configs/reaper.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ lane1=100 128 0
lane2=100 -1 0
lastdrummode=16
lastsnap=1
lastspac=0.25000000
lastspac=0.12500000
lastswing=0.500000
lastvelhand=0
midikeystep=0
Expand All @@ -114,11 +114,11 @@ quantstrength=100
quantswingstrength=0.500000
scnotes=0
shownotenames=1
window_h=979
window_h=1011
window_max=0
window_w=1864
window_x=28
window_y=50
window_w=1896
window_x=12
window_y=34

[mp3 encoder defaults]
default=6C33706D400100000000000002000000FFFFFFFF04000000400100000000000000
Expand Down
6 changes: 3 additions & 3 deletions modules/desktop/core/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ in {
config = mkIf cfg.enable {
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
corefonts
dejavu_fonts
packages = [
pkgs.corefonts
pkgs.dejavu_fonts
font.package
];
};
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop/core/guilibs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in {

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

size = 24;

Expand Down
6 changes: 0 additions & 6 deletions modules/desktop/core/rices/hyprpop/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ misc {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more

# Wine popups workarounds
# TODO: use wineWowPackages.waylandFull, ditch xwayland
windowrulev2 = stayfocused, title:^(menu)$, class:^yabridge-host.exe.so
windowrulev2 = move onscreen cursor, title:^(menu)$, class:^yabridge-host.exe.so
windowrulev2 = minsize 1 1,title:^(menu)$, class:^yabridge-host.exe.so

# note: will blur space behind the bar
# blurls = waybar

Expand Down

0 comments on commit 1bc1e2d

Please sign in to comment.