mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update default.nix
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user