no flameshot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user