ma x.r: disable xmm7360 for now (build fails)
This commit is contained in:
parent
32b99e3435
commit
301c133220
@ -8,7 +8,7 @@
|
|||||||
<nixos-hardware/lenovo/thinkpad/l14/amd> # close enough
|
<nixos-hardware/lenovo/thinkpad/l14/amd> # close enough
|
||||||
# <stockholm/makefu/2configs/hw/tpm.nix>
|
# <stockholm/makefu/2configs/hw/tpm.nix>
|
||||||
<stockholm/makefu/2configs/hw/ssd.nix>
|
<stockholm/makefu/2configs/hw/ssd.nix>
|
||||||
<stockholm/makefu/2configs/hw/xmm7360.nix>
|
# <stockholm/makefu/2configs/hw/xmm7360.nix>
|
||||||
];
|
];
|
||||||
boot.zfs.requestEncryptionCredentials = true;
|
boot.zfs.requestEncryptionCredentials = true;
|
||||||
networking.hostId = "f8b8e0a2";
|
networking.hostId = "f8b8e0a2";
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
packages = with pkgs;[
|
packages = with pkgs;[
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
gnome3.gnome_keyring gnome3.dconf
|
gnome3.gnome-keyring dconf
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
networking.wireless.enable = lib.mkForce false;
|
networking.wireless.enable = lib.mkForce false;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
evince
|
evince
|
||||||
# replacement for mirage:
|
# replacement for mirage:
|
||||||
sxiv
|
sxiv
|
||||||
gnome3.dconf
|
dconf
|
||||||
xdotool
|
xdotool
|
||||||
xorg.xbacklight
|
xorg.xbacklight
|
||||||
scrot
|
scrot
|
||||||
|
Loading…
Reference in New Issue
Block a user