laptop stuff

This commit is contained in:
Kopatz
2024-04-07 11:27:04 +02:00
parent 24183d33c7
commit 6a74af0e1b
3 changed files with 4 additions and 1 deletions

View File

@@ -91,6 +91,7 @@
./modules/graphical/hyprland.nix ./modules/graphical/hyprland.nix
./modules/graphical/ime.nix ./modules/graphical/ime.nix
./modules/graphical/shared.nix ./modules/graphical/shared.nix
./modules/fh/scanning.nix
./modules/nix/ld.nix ./modules/nix/ld.nix
./modules/nix/settings.nix ./modules/nix/settings.nix
./modules/support/ntfs.nix ./modules/support/ntfs.nix

View File

@@ -134,7 +134,8 @@
bind = let bind = let
rofi = "${pkgs.rofi-wayland}/bin/rofi"; rofi = "${pkgs.rofi-wayland}/bin/rofi";
kitty = "${pkgs.kitty}/bin/kitty"; kitty = "${pkgs.kitty}/bin/kitty";
thunar = "${pkgs.xfce.thunar}/bin/thunar"; #dolphin = "${pkgs.dolphin}/bin/dolphin";
thunar = "${pkgs.xfce-thunar}/bin/thunar";
wl-copy = "${pkgs.wl-clipboard}/bin/wl-copy"; wl-copy = "${pkgs.wl-clipboard}/bin/wl-copy";
wl-paste = "${pkgs.wl-clipboard}/bin/wl-paste"; wl-paste = "${pkgs.wl-clipboard}/bin/wl-paste";
grim = "${pkgs.grim}/bin/grim"; grim = "${pkgs.grim}/bin/grim";

View File

@@ -5,5 +5,6 @@
gobuster gobuster
thc-hydra thc-hydra
seclists seclists
aircrack-ng
]; ];
} }