mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-27 15:36:08 +08:00
pureintent: re-install; and pin nixos 24.11
remove netadata as well.
This commit is contained in:
parent
ef10ca4672
commit
e614cd39fd
12 changed files with 259 additions and 55 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts = {
|
||||
|
|
@ -10,9 +10,6 @@
|
|||
# If this happens , keep noto-fonts-emoji and try disabling others (nerdfonts, etc.)
|
||||
noto-fonts-emoji
|
||||
fira-code
|
||||
cascadia-code
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.droid-sans-mono
|
||||
font-awesome
|
||||
];
|
||||
};
|
||||
|
|
|
|||
10
modules/nixos/linux/gui/steam.nix
Normal file
10
modules/nixos/linux/gui/steam.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue