Skip to content

Commit 758526b

Browse files
committed
update inputs
1 parent 483ab07 commit 758526b

File tree

8 files changed

+149
-147
lines changed

8 files changed

+149
-147
lines changed

flake.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/home/class-laptop/applications.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
xfce.thunar-volman
2222
wireshark
2323
zathura
24-
teamspeak_client
24+
teamspeak3
2525
transmission_4-gtk
2626
audacity
2727
];

modules/home/class-laptop/niri.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
"Mod+Semicolon".action = spawn "fish" "-c" "niri msg action focus-window --id (niri msg -j windows | jq -r '.[] | (.id|tostring) + \" \" + .app_id + \": \" + .title' | ${pkgs.wofi}/bin/wofi -di | cut -d' ' -f1)";
260260

261261
# screenshots
262-
"Print".action = screenshot;
263-
"Ctrl+Print".action = screenshot-window;
262+
"Print".action.screenshot = [];
263+
"Ctrl+Print".action.screenshot-window = [];
264264

265265
# focus
266266
"Mod+Backspace".action = focus-column-first;

modules/home/common/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
...
55
}: {
66
imports = [
7-
inputs.nix-index-database.hmModules.nix-index
7+
inputs.nix-index-database.homeModules.nix-index
88
./cloud.nix
99
./colors.nix
1010
./development.nix

modules/home/common/extra.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
bmon
4949
dogdns
5050
dool
51-
du-dust
51+
dust
5252
entr
5353
fd
5454
ffmpeg

0 commit comments

Comments
 (0)