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;