Update default.nix

This commit is contained in:
Thilo Hohlt
2023-06-11 10:22:36 +02:00
committed by GitHub
parent d2a4fe570b
commit 76526bbb42

View File

@@ -23,7 +23,6 @@
libinput.enable = true; libinput.enable = true;
videoDrivers = [ "modesetting" "nvidia" ]; videoDrivers = [ "modesetting" "nvidia" ];
}; };
flameshot.enable = true;
}; };
hardware = { hardware = {
@@ -39,6 +38,7 @@
key = "86C465C22C8A4D56"; key = "86C465C22C8A4D56";
}; };
}; };
services.flameshot.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
arduino arduino
]; ];