Commit f4c4113b5f71
Changed files (3)
location/docker.nix
@@ -5,6 +5,10 @@
<nixpkgs/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix>
];
+ environment.systemPackages = with pkgs; [
+ zoom-us
+ ];
+
hardware.sane = {
brscan4.enable = true;
brscan4.netDevices = {
machine/wakasu.nix
@@ -36,11 +36,6 @@
hardware.bluetooth.enable = true;
hardware.trackpoint.enable = false;
- environment.systemPackages = with pkgs; [
- autorandr
- zoom-us
- ];
-
time.timeZone = "Europe/Paris";
services.xserver.displayManager.slim.theme = pkgs.fetchurl {
profiles/laptop.nix
@@ -10,6 +10,7 @@
environment.systemPackages = with pkgs; [
acpi
+ autorandr
lm_sensors
powertop
];