This commit is contained in:
huhg 2025-11-21 03:25:16 -05:00
parent 1c10ca9746
commit e41b3774f8
4 changed files with 65 additions and 11 deletions

View file

@ -80,19 +80,38 @@
home-manager.users.nat = import ./home.nix;
#nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "unityhub"
# "corefonts"
#];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam" "steam-unwrapped"
];
#services.flatpak.enable = true;
#xdg.portal.enable = true;
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [
kakoune # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
ddate
gay
gcc
blahaj
sl
];
# Allow swaylock to work
security.pam.services.swaylock = { };
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.