Compare commits

...

4 commits

4 changed files with 15 additions and 5 deletions

View file

@ -14,7 +14,6 @@
services = {
fstrim.enable = lib.mkDefault true;
thermald.enable = true;
auto-cpufreq.enable = true;
printing.enable = true;
avahi = {
enable = true;
@ -24,11 +23,18 @@
};
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,6 +68,7 @@ in {
theming = {
gtk.enable = true;
quickshell.enable = true;
};
services = {

View file

@ -36,8 +36,11 @@ in {
"$mainMod ALT, L, exec, ${getExe pkgs.hyprlock}"
# Screenshotting
"$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
"$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"}"
# File manager
"$mainMod, E, exec, ${pkgs.xfce.thunar}/bin/thunar"

View file

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