mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
feat: add screenshot functionality with customizable options for Hyprland
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
# vlc
|
||||
# spotify
|
||||
|
||||
# Gaming
|
||||
prismlauncher # Minecraft launcher
|
||||
|
||||
# Communication
|
||||
legcord
|
||||
teams-for-linux
|
||||
@@ -55,6 +58,7 @@
|
||||
# Screenshots and screen recording
|
||||
grim # Screenshot tool for Wayland
|
||||
slurp # Screen area selector for Wayland
|
||||
jq # JSON processor for window info
|
||||
# obs-studio
|
||||
|
||||
# Hyprland essentials
|
||||
@@ -223,6 +227,12 @@
|
||||
# Waybar configuration with glassmorphic theme
|
||||
home.file.".config/waybar/config".source = ./waybar-config.json;
|
||||
home.file.".config/waybar/style.css".source = ./waybar-style.css;
|
||||
|
||||
# Screenshot script
|
||||
home.file.".local/bin/screenshot" = {
|
||||
source = ./scripts/screenshot.sh;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
# Flatpaks are managed in system/flatpak.nix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user