no flameshot
This commit is contained in:
@@ -70,18 +70,6 @@
|
|||||||
backupFileExtension = "not-nix"; # Add this line
|
backupFileExtension = "not-nix"; # Add this line
|
||||||
users.jeremy = { pkgs, ... }: {
|
users.jeremy = { pkgs, ... }: {
|
||||||
home.stateVersion = "25.11";
|
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
|
wayland.windowManager.hyprland = { # Configure hyprland
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
@@ -118,10 +106,9 @@
|
|||||||
"$mainMod, V, togglefloating,"
|
"$mainMod, V, togglefloating,"
|
||||||
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
|
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
|
||||||
"$mainMod, A, togglesplit"
|
"$mainMod, A, togglesplit"
|
||||||
", PRINT, exec, flameshot gui --clipboard --path ~/pics/screenshots --print-geometry"
|
", PRINT, exec, hyprshot -zm region -o ~/pics/screenshots/"
|
||||||
# ", PRINT, exec, hyprshot -zm region -o ~/pics/screenshots/"
|
"SHIFT, PRINT, exec, hyprshot -zm window -o ~/pics/screenshots/"
|
||||||
# "SHIFT, PRINT, exec, hyprshot -zm window -o ~/pics/screenshots/"
|
"SUPER, PRINT, exec, hyprshot -zm output -o ~/pics/screenshots/"
|
||||||
# "SUPER, PRINT, exec, hyprshot -zm output -o ~/pics/screenshots/"
|
|
||||||
"$mainMod, N, exec, codium ~/etc/nixos/configuration.nix"
|
"$mainMod, N, exec, codium ~/etc/nixos/configuration.nix"
|
||||||
"$mainMod, L, exec, sleep 1s; hyprctl dispatch dpms off" # screen off
|
"$mainMod, L, exec, sleep 1s; hyprctl dispatch dpms off" # screen off
|
||||||
|
|
||||||
@@ -302,9 +289,7 @@
|
|||||||
binaryninja-free # broke ahh cracker
|
binaryninja-free # broke ahh cracker
|
||||||
patchelf # make programs understand nix. good for downloaded executables such as crackmes
|
patchelf # make programs understand nix. good for downloaded executables such as crackmes
|
||||||
starsector # support indie games!
|
starsector # support indie games!
|
||||||
flameshot # screenshots
|
htop
|
||||||
grim # for flameshot
|
|
||||||
htop # better process watching
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -359,7 +344,6 @@
|
|||||||
HSA_OVERRIDE_GFX_VERSION = "10.3.0";
|
HSA_OVERRIDE_GFX_VERSION = "10.3.0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pulseaudio.enable = false; # Use Pipewire
|
services.pulseaudio.enable = false; # Use Pipewire
|
||||||
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
||||||
services.hardware.openrgb = { # Enable OpenRGB
|
services.hardware.openrgb = { # Enable OpenRGB
|
||||||
|
|||||||
Reference in New Issue
Block a user