Add steam.desktop content to the autostart files

This commit is contained in:
Eli Ribble 2024-09-25 17:26:15 +00:00
parent 1fd99ce8f7
commit 8021cd05cc
1 changed files with 2 additions and 4 deletions

View File

@ -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;