forgor
This commit is contained in:
parent
1c10ca9746
commit
e41b3774f8
4 changed files with 65 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue