pureintent: re-install; and pin nixos 24.11

remove netadata as well.
This commit is contained in:
Sridhar Ratnakumar 2025-03-28 19:24:20 -04:00
parent ef10ca4672
commit e614cd39fd
12 changed files with 259 additions and 55 deletions

View file

@ -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
];
};

View 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
};
}