From 7075421ac19833795cd5e918d03924da103c1802 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 4 Mar 2024 20:10:49 +0100 Subject: [PATCH] re-enable steam and add rustup --- hosts/default/configuration.nix | 2 +- hosts/default/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 403febd..3a5a31a 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -120,7 +120,7 @@ # enableSSHSupport = true; # }; programs.zsh.enable = true; - # programs.steam.enable = true; + programs.steam.enable = true; programs.hyprland = { enable = true; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index bfa6e0c..b5272d6 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -52,6 +52,7 @@ # Programming langs go nodejs + rustup ];