summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-08-02 07:24:03 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-08-02 07:24:03 +0200
commit4724c67183b5494bf0be6111a1abd164a219f67b (patch)
treebd2a4e5ccce32738ad1bb1a4eeffa66ae1f1643e /common
parent18706c838d28215bf83e718cc5922ce3fd848e3b (diff)
updates
Diffstat (limited to 'common')
-rw-r--r--common/home/default.nix1
-rw-r--r--common/home/hyprland/default.nix1
-rw-r--r--common/home/programs/nixvim/default.nix5
3 files changed, 7 insertions, 0 deletions
diff --git a/common/home/default.nix b/common/home/default.nix
index 56dbcce..3991ebd 100644
--- a/common/home/default.nix
+++ b/common/home/default.nix
@@ -59,6 +59,7 @@ packages = [
pkgs.musescore
pkgs.airshipper
pkgs.watchmate
+ pkgs.joplin-desktop
];
in
{
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index 2977a4f..1d3651f 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -33,6 +33,7 @@
"$mod+Shift, P, exec, wofi-pass"
"$mod+Shift, O, exec, wofi-pass otp"
"$mod+Shift, E, exec, webtrayctl show https://chat.nathanreiner.xyz"
+ "$mod+Shift, J, exec, webtrayctl show https://jellyfin.nathanreiner.xyz"
"$mod+Shift, S, exec, signal-desktop"
", Print, exec, grimshot copy area"
diff --git a/common/home/programs/nixvim/default.nix b/common/home/programs/nixvim/default.nix
index 7bf5ca8..d9d5b87 100644
--- a/common/home/programs/nixvim/default.nix
+++ b/common/home/programs/nixvim/default.nix
@@ -26,6 +26,11 @@
pattern = {'*.png'},
command = '!setsid imv %',
})
+
+ vim.api.nvim_create_autocmd({'BufRead'}, {
+ pattern = {'*.zig'},
+ command = 'map <silent> <buffer> <space>f :!zig fmt %<cr><cr>',
+ })
'';
diagnostic.settings = {