Compare commits

..

No commits in common. "ea6cff514033f20caaaf7345dd05b046ffc2f38d" and "cecfd15fd233caa11f870f839c2aee1726bc34eb" have entirely different histories.

4 changed files with 5 additions and 15 deletions

View file

@ -14,6 +14,7 @@
services = {
fstrim.enable = lib.mkDefault true;
thermald.enable = true;
auto-cpufreq.enable = true;
printing.enable = true;
avahi = {
enable = true;
@ -23,18 +24,11 @@
};
virtualisation.docker.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-qt;
};
modules = {
desktops.hyprland.enable = true;
theming = {
gtk.enable = true;
quickshell.enable = true;
};
system = {
boot.systemd-boot.enable = true;
impermanence.enable = false;

View file

@ -68,7 +68,6 @@ in {
theming = {
gtk.enable = true;
quickshell.enable = true;
};
services = {

View file

@ -36,11 +36,8 @@ in {
"$mainMod ALT, L, exec, ${getExe pkgs.hyprlock}"
# Screenshotting
"$mainMod, S, exec, ${getExe pkgs.grimblast} copy area" # only copy
"$mainMod SHIFT, S, exec, ${getExe pkgs.grimblast} save area - | ${getExe pkgs.satty} -f -" # edit with satty
# Extract text from screen
"$mainMod, T, exec, ${getExe pkgs.grimblast} save area - | ${getExe pkgs.tesseract} - - | ${getExe' pkgs.wl-clipboard "wl-copy"}"
"$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" # only copy
"$mainMod SHIFT, S, exec, ${pkgs.grimblast}/bin/grimblast save area - | ${pkgs.satty}/bin/satty -f -" # edit with satty
# File manager
"$mainMod, E, exec, ${pkgs.xfce.thunar}/bin/thunar"

View file

@ -32,8 +32,8 @@ builtins.attrValues {
kondo
# better grep
ripgrep
# IP stuff
dig
# better dig
dogdns
# simply the best fetch tool out there
microfetch
fzf