summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-06-10 21:37:08 +0200
committermakefu <github@syntax-fehler.de>2022-06-10 21:37:08 +0200
commit301c1332209e2834242481b4c095f5771bb88ed6 (patch)
tree4395dcebed732505f24b99fe1294387b962207da /makefu
parent32b99e3435ebceb11f2d1bd09a1cbdd3e4644e5e (diff)
ma x.r: disable xmm7360 for now (build fails)
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/x/x13/default.nix2
-rw-r--r--makefu/2configs/hw/network-manager.nix2
-rw-r--r--makefu/2configs/tools/core-gui.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/x/x13/default.nix b/makefu/1systems/x/x13/default.nix
index 7e9f4a6a..d652229f 100644
--- a/makefu/1systems/x/x13/default.nix
+++ b/makefu/1systems/x/x13/default.nix
@@ -8,7 +8,7 @@
<nixos-hardware/lenovo/thinkpad/l14/amd> # close enough
# <stockholm/makefu/2configs/hw/tpm.nix>
<stockholm/makefu/2configs/hw/ssd.nix>
- <stockholm/makefu/2configs/hw/xmm7360.nix>
+ # <stockholm/makefu/2configs/hw/xmm7360.nix>
];
boot.zfs.requestEncryptionCredentials = true;
networking.hostId = "f8b8e0a2";
diff --git a/makefu/2configs/hw/network-manager.nix b/makefu/2configs/hw/network-manager.nix
index 050787df..5a1018df 100644
--- a/makefu/2configs/hw/network-manager.nix
+++ b/makefu/2configs/hw/network-manager.nix
@@ -4,7 +4,7 @@
extraGroups = [ "networkmanager" ];
packages = with pkgs;[
networkmanagerapplet
- gnome3.gnome_keyring gnome3.dconf
+ gnome3.gnome-keyring dconf
];
};
networking.wireless.enable = lib.mkForce false;
diff --git a/makefu/2configs/tools/core-gui.nix b/makefu/2configs/tools/core-gui.nix
index 65393264..a00378e6 100644
--- a/makefu/2configs/tools/core-gui.nix
+++ b/makefu/2configs/tools/core-gui.nix
@@ -12,7 +12,7 @@
evince
# replacement for mirage:
sxiv
- gnome3.dconf
+ dconf
xdotool
xorg.xbacklight
scrot