diff --git a/flake.lock b/flake.lock index 2a6ee84..889ab8e 100644 --- a/flake.lock +++ b/flake.lock @@ -252,11 +252,11 @@ ] }, "locked": { - "lastModified": 1762048816, - "narHash": "sha256-gAGed5eYA6WTVQSMELyi+168A9N2UNEjwXn5xm0czsk=", + "lastModified": 1761962287, + "narHash": "sha256-Wm9p7PpkSy6bgw9NU+NKCy1i3CQCYbTEbsHURaGnINA=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "c8261cd60b0623635b4b88ae0f75ac3bfeddf260", + "rev": "1a37285c50e143620fad2e9fb322adff5e2df1f2", "type": "github" }, "original": { @@ -267,11 +267,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1761999846, - "narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=", + "lastModified": 1761597516, + "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31", + "rev": "daf6dc47aa4b44791372d6139ab7b25269184d55", "type": "github" }, "original": { diff --git a/homeConfigurations/vinzenz/fuzzel.nix b/homeConfigurations/vinzenz/fuzzel.nix index faf3814..db700e8 100644 --- a/homeConfigurations/vinzenz/fuzzel.nix +++ b/homeConfigurations/vinzenz/fuzzel.nix @@ -1,14 +1,13 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: { config.programs.fuzzel = { enable = true; settings = { main = { - terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx"; + terminal = "${pkgs.alacritty}/bin/alacritty"; icon-theme = "Adwaita"; counter = true; - font = "sans:size=11"; - launch-prefix = "niri msg action spawn --"; + font = "sans:size=10"; }; colors = { border = "0003B3FF"; diff --git a/homeConfigurations/vinzenz/niri.nix b/homeConfigurations/vinzenz/niri.nix index 03376a7..8459861 100644 --- a/homeConfigurations/vinzenz/niri.nix +++ b/homeConfigurations/vinzenz/niri.nix @@ -170,7 +170,7 @@ "Mod+Shift+Numbersign".action.show-hotkey-overlay = { }; # Suggested binds for running programs: terminal, app launcher, screen locker. - "Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx"; + "Mod+T".action.spawn = "${lib.getBin pkgs.gnome-terminal}/bin/gnome-terminal"; "Mod+D".action.spawn = "fuzzel"; "Super+Alt+L".action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";