diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-18 12:01:02 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-18 12:01:02 +0530 |
| commit | f19d0c3f6460a077bcad72b42b4857a4cedf0b18 (patch) | |
| tree | 771e497c3de7a96f39f924572c6bbdf3693d6795 | |
| parent | 2943d8b2486056d4627750749fd9b1944f9b37d2 (diff) | |
i forgor
| -rw-r--r-- | configuration.nix | 1 | ||||
| -rwxr-xr-x | home.nix | 5 | ||||
| -rwxr-xr-x | hypr/screenshotwayland.sh | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/configuration.nix b/configuration.nix index 4e1402e..555c9ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,6 @@ xfce.thunar-volman xfce.thunar-archive-plugin xfce.thunar-media-tags-plugin - javaPackages.compiler.temurin-bin.jdk-25 python315 rustup brillo @@ -59,7 +59,7 @@ in grep = "grep --color=auto"; cd = "z"; cat = "bat"; - ll = "eza --icons -la"; + ll = "eza --icons -lha"; la = "eza --icons -a"; }; }; @@ -80,14 +80,11 @@ in pkgs.scrcpy pkgs.watch pkgs.progress - pkgs.uv pkgs.dysk pkgs.glow pkgs.termdown pkgs.hugo pkgs.pfetch - pkgs.laravel - pkgs.php pkgs.flameshot pkgs.grim pkgs.slurp diff --git a/hypr/screenshotwayland.sh b/hypr/screenshotwayland.sh index 73e2c6e..212d8e2 100755 --- a/hypr/screenshotwayland.sh +++ b/hypr/screenshotwayland.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash input_type=$(printf "region\nwindow" | rofi -dmenu) case "$input_type" in "window") |
