From 8021cd05cc757edf9b5528ffa3f09317097a854c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 25 Sep 2024 17:26:15 +0000 Subject: [PATCH] Add steam.desktop content to the autostart files --- eshu/etc/nixos/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eshu/etc/nixos/configuration.nix b/eshu/etc/nixos/configuration.nix index 78a1a72..85418a6 100644 --- a/eshu/etc/nixos/configuration.nix +++ b/eshu/etc/nixos/configuration.nix @@ -21,11 +21,9 @@ hardware.bluetooth.powerOnBoot = true; hardware.xone.enable = true; # support for the xbox controller USB dongle + home-manager.useGlobalPkgs = true; home-manager.users.eliribble = { pkgs, ... }: { - #home.file = { - #name = ".config/autostart/steam.desktop"; - #text = "Flubble"; - #}; + home.file.".config/autostart/steam.desktop".source = "${pkgs.steam}/share/applications/steam.desktop"; # home.packages = [ pkgs.httpie ]; programs.fish.enable = true;