add steam & nvim

This commit is contained in:
DACHXY 2024-12-18 16:22:07 +08:00
parent 3175158f84
commit 601513bc9e
34 changed files with 306 additions and 128 deletions

View file

@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
xdg.portal = {
enable = true;
wlr.enable = false;
@ -13,9 +12,12 @@
programs = {
steam = {
enable = true;
extest.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
fontPackages = with pkgs; [ wqy_zenhei noto-fonts-cjk-sans noto-fonts-cjk-serif ];
extraPackages = with pkgs; [ wqy_zenhei noto-fonts-cjk-sans noto-fonts-cjk-serif ];
};
hyprland = {