update flake

This commit is contained in:
Hadi
2024-10-22 20:34:24 +02:00
parent a1fcbd51d8
commit f38ee3051c
6 changed files with 78 additions and 143 deletions

View File

@@ -2,7 +2,7 @@
{
programs.eza = {
enable = true;
icons = true;
icons = "auto";
extraOptions = [
"--group-directories-first"

View File

@@ -61,7 +61,7 @@ in {
ls = "eza --icons=always --no-quotes";
tree = "eza --icons=always --tree --no-quotes";
sl = "ls";
open = "${pkgs.xdg_utils}/bin/xdg-open";
open = "${pkgs.xdg-utils}/bin/xdg-open";
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
wireguard-import = "nmcli connection import type wireguard file";

View File

@@ -16,7 +16,7 @@ in {
home.packages = with pkgs; [
qt5.qtwayland
qt6.qtwayland
qt5ct
libsForQt5.qt5ct
qt6ct
hyprshot
hyprpicker