From 76526bbb421656a064ad3747ff00b1a08795b3b6 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:22:36 +0200 Subject: [PATCH] Update default.nix --- nixos-configurations/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 598e15f..13f855e 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -23,7 +23,6 @@ libinput.enable = true; videoDrivers = [ "modesetting" "nvidia" ]; }; - flameshot.enable = true; }; hardware = { @@ -39,6 +38,7 @@ key = "86C465C22C8A4D56"; }; }; + services.flameshot.enable = true; home.packages = with pkgs; [ arduino ];