โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ใ€Œ๐Ÿ”จใ€ fix(vicinae): now working on all configs

adjoly 9d342de3 0a9b6d92

+8 -14
-12
home/LAPTOP-5530/wm.nix
··· 13 13 ]; 14 14 }; 15 15 16 - keyzox.tofi.enable = false; 17 - keyzox.vicinae.enable = true; 18 - 19 16 wayland.windowManager.hyprland = { 20 17 settings = { 21 18 gesture = [ 22 19 "3, horizontal, workspace" 23 - ]; 24 - bind = [ 25 - "$win, V, exec, vicinae vicinae://extensions/vicinae/clipboard/history" 26 - "$win, P, exec, vicinae vicinae://extensions/jomifepe/bitwarden/authenticator" 27 - ]; 28 - layerrule = [ 29 - "blur, vicinae" 30 - "ignorealpha 0, vicinae" 31 - "noanim, vicinae" 32 20 ]; 33 21 monitor = [ 34 22 "eDP-1, 1920x1080@60, 0x0, 1.25"
+8 -2
modules/home-manager/gui/wm/hyprland.nix
··· 15 15 16 16 (lib.mkIf config.keyzox.hyprland.enable { 17 17 keyzox.hyprpaper.enable = lib.mkDefault true; 18 - keyzox.tofi.enable = lib.mkDefault true; 18 + keyzox.vicinae.enable = true; 19 19 keyzox.waybar.enable = lib.mkDefault true; 20 20 21 21 home.packages = with pkgs; [ ··· 39 39 windowrulev2 = [ 40 40 "fullscreen, class:zen-beta" 41 41 ]; 42 - # gestures.workspace_swipe = "on"; 42 + layerrule = [ 43 + "blur, vicinae" 44 + "ignorealpha 0, vicinae" 45 + "noanim, vicinae" 46 + ]; 43 47 exec-once = lib.mkBefore [ 44 48 "hyprpaper" 45 49 "waybar" ··· 48 52 "$win" = "SUPER"; 49 53 bind = [ 50 54 "$mod, P, exec, vicinae toggle" 55 + "$win, V, exec, vicinae vicinae://extensions/vicinae/clipboard/history" 56 + "$win, P, exec, vicinae vicinae://extensions/jomifepe/bitwarden/authenticator" 51 57 "CONTROLALT, delete, exec, hyprctl dispatch exit" 52 58 "$mod, return, exec, kitty" 53 59 "$mod, Q, killactive"