From c4ac0db59be56745950fc2a88e0d10b0e161e1e5 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 16 Feb 2026 09:56:53 -0500 Subject: [PATCH] no flameshot --- configuration.nix | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/configuration.nix b/configuration.nix index fed5630..1e9a4bd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,18 +70,6 @@ backupFileExtension = "not-nix"; # Add this line users.jeremy = { pkgs, ... }: { home.stateVersion = "25.11"; - - services.flameshot = { - # Also installs/enables flameshot - enable = true; - settings = { - General = { - useGrimAdapter = true; - # Stops warnings for using Grim - disabledGrimWarning = true; - }; - }; - }; wayland.windowManager.hyprland = { # Configure hyprland enable = true; settings = { @@ -118,10 +106,9 @@ "$mainMod, V, togglefloating," ",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'" "$mainMod, A, togglesplit" - ", PRINT, exec, flameshot gui --clipboard --path ~/pics/screenshots --print-geometry" - # ", PRINT, exec, hyprshot -zm region -o ~/pics/screenshots/" - # "SHIFT, PRINT, exec, hyprshot -zm window -o ~/pics/screenshots/" - # "SUPER, PRINT, exec, hyprshot -zm output -o ~/pics/screenshots/" + ", PRINT, exec, hyprshot -zm region -o ~/pics/screenshots/" + "SHIFT, PRINT, exec, hyprshot -zm window -o ~/pics/screenshots/" + "SUPER, PRINT, exec, hyprshot -zm output -o ~/pics/screenshots/" "$mainMod, N, exec, codium ~/etc/nixos/configuration.nix" "$mainMod, L, exec, sleep 1s; hyprctl dispatch dpms off" # screen off @@ -302,9 +289,7 @@ binaryninja-free # broke ahh cracker patchelf # make programs understand nix. good for downloaded executables such as crackmes starsector # support indie games! - flameshot # screenshots - grim # for flameshot - htop # better process watching + htop ]; }; @@ -359,7 +344,6 @@ HSA_OVERRIDE_GFX_VERSION = "10.3.0"; }; }; - services.pulseaudio.enable = false; # Use Pipewire security.rtkit.enable = true; # Enable RealtimeKit for audio purposes services.hardware.openrgb = { # Enable OpenRGB