summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/t480.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/t480.nix b/machines/t480.nix
index e779694..4f56e59 100644
--- a/machines/t480.nix
+++ b/machines/t480.nix
@@ -41,7 +41,13 @@ in
services = {
fwupd.enable = true;
throttled.enable = true;
+ guix.enable = true;
};
+ environment.systemPackages = with pkgs; [
+ spotify
+ depot.code.dfetch
+ ];
+
xnet.persist = [ "/etc/NetworkManager/system-connections" ];
}