Compare commits
No commits in common. "38e29dec5f2e2c5c5f7e9cef2fbe4a3ae4ce0ff4" and "8021cd05cc757edf9b5528ffa3f09317097a854c" have entirely different histories.
38e29dec5f
...
8021cd05cc
|
@ -18,25 +18,12 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = false;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
hardware.xone.enable = true; # support for the xbox controller USB dongle
|
hardware.xone.enable = true; # support for the xbox controller USB dongle
|
||||||
|
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.users.eliribble = { pkgs, ... }: {
|
home-manager.users.eliribble = { pkgs, ... }: {
|
||||||
home.file.".config/autostart/steam.desktop".text = ''
|
home.file.".config/autostart/steam.desktop".source = "${pkgs.steam}/share/applications/steam.desktop";
|
||||||
[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.packages = [ pkgs.httpie ];
|
# home.packages = [ pkgs.httpie ];
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue