Changes
1 changed files (+6/-4)
-
-
@@ -49,6 +49,9 @@# KMail can and will hurt you kde-pim.enable = false; kdeconnect.enable = true; # I'm lazy # gitui is kinda buggy so use lazygit instead lazygit.enable = true; # So I can use my computer like a normal person nix-ld.enable = true; ssh = {
-
@@ -107,7 +110,8 @@buildCommand = (lib.strings.removeSuffix "\n\n" old.buildCommand) + " \\\n --set QT_QPA_PLATFORM wayland"; })) # TODO: Rnote in nixos-unstable is broken # TODO: Rnote in nixos-unstable is broken due to gtk4 # I could replace only gtk4 in the buildInputs which would shrink the closure, but that requires compiling Rnote # https://github.com/flxzt/rnote/issues/1543 pkgs-old.rnote signal-desktop
-
@@ -118,8 +122,6 @@hugo hunspellDicts.en-us-large imagemagick # gitui is kinda buggy so use lazygit for now lazygit ripgrep sqlite # Compared to texliveBasic, this includes some useful packages like setspace and subfigure
-
@@ -198,7 +200,7 @@systemd.services.kill-fprintd = { wantedBy = [ "sleep.target" ]; before = [ "sleep.target" ]; script = "${pkgs.killall}/bin/killall fprintd"; serviceConfig.ExecStart = "${pkgs.killall}/bin/killall fprintd"; }; # Back up local /home and Unnamed-Server's /srv using btrfs snapshots and btrbk
-