From 3436c2ee4a593e6fa98c68b6ce75340ecb8a7a70 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 1 Jul 2025 11:53:59 +0200 Subject: [PATCH] update --- .config/kitty/kitty.conf | 2 +- .config/quickshell/modules/overview/OverviewSearch.qml | 1 - configuration.nix | 3 ++- home.nix | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index e2f3a2b..3b0ec16 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,6 +1,6 @@ font_family Fira Code Retina font_features FiraCode-Retina +zero -background_opacity 0.3 +background_opacity 0.4 shell nu #map ctrl+shift+c copy_to_clipboard #map ctrl+shift+v paste_from_clipboard diff --git a/.config/quickshell/modules/overview/OverviewSearch.qml b/.config/quickshell/modules/overview/OverviewSearch.qml index 463d2ff..64b5cdd 100644 --- a/.config/quickshell/modules/overview/OverviewSearch.qml +++ b/.config/quickshell/modules/overview/OverviewSearch.qml @@ -86,7 +86,6 @@ import Quickshell.Hyprland ColumnLayout { id: columnLayout - visible: GlobalStates.overviewSearchOpen anchors { horizontalCenter: parent.horizontalCenter top: !ConfigOptions.bar.bottom ? parent.top : undefined diff --git a/configuration.nix b/configuration.nix index 43a4130..0fcf836 100644 --- a/configuration.nix +++ b/configuration.nix @@ -124,13 +124,14 @@ in hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; programs.wireshark.enable = true; + programs.adb.enable = true; programs.partition-manager.enable = true; time.hardwareClockInLocalTime = true; users.users.dan = { isNormalUser = true; description = "John"; - extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp"]; + extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp" "kvm" "adbusers"]; shell = pkgs.fish; packages = with pkgs; [ kdePackages.kate diff --git a/home.nix b/home.nix index d83273f..fc1ff40 100644 --- a/home.nix +++ b/home.nix @@ -17,6 +17,8 @@ in packages = with pkgs; [ lenovo-legion burpsuite + zap + helm # required by quickshell config unstable.quickshell wlogout