forked from nico/dots
games: add steam
This commit is contained in:
parent
4e58df0ca1
commit
428888b702
3 changed files with 8 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
# theming of grub
|
||||
|
||||
{
|
||||
boot.loader.grub = {
|
||||
theme = pkgs.stdenv.mkDerivation {
|
||||
pname = "hyperfluent";
|
||||
version = "v1.0.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "Coopydood";
|
||||
repo = "HyperFluent-GRUB-Theme";
|
||||
rev = "62e525ea2aa250e3f37669d68eb355b6cc997d64";
|
||||
hash = "sha256-Als4Tp6VwzwHjUyC62mYyiej1pZL9Tzj4uhTRoL+U9Q=";
|
||||
};
|
||||
installPhase = "cp -r nixos $out";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -4,4 +4,12 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
extraPackages = [ pkgs.gamescope ];
|
||||
|
||||
gamescopeSession.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue