move steam
This commit is contained in:
parent
fbbdfc3107
commit
5dc0de013d
2 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
packages = with pkgs; [inter nerd-fonts.fira-code twitter-color-emoji];
|
||||
fontconfig.defaultFonts = rec {
|
||||
serif = ["Inter"];
|
||||
|
|
6
modules/graphical/steam.nix
Normal file
6
modules/graphical/steam.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = [pkgs.proton-ge-bin];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue