Compare commits

..

No commits in common. "38e29dec5f2e2c5c5f7e9cef2fbe4a3ae4ce0ff4" and "8021cd05cc757edf9b5528ffa3f09317097a854c" have entirely different histories.

1 changed files with 2 additions and 15 deletions

View File

@ -18,25 +18,12 @@
boot.loader.efi.canTouchEfiVariables = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
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.".config/autostart/steam.desktop".text = ''
[Desktop Entry]
Name=Steam
Comment=Application for managing and playing games on Steam
Exec=steam %U -bigpicture
Icon=steam
Terminal=false
Type=Application
Categories=Network;FileTransfer;Game;
MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink;
Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
PrefersNonDefaultGPU=true
X-KDE-RunOnDiscreteGpu=true
'';
home.file.".config/autostart/steam.desktop".source = "${pkgs.steam}/share/applications/steam.desktop";
# home.packages = [ pkgs.httpie ];
programs.fish.enable = true;