feat: bump flakes, enable Steam, update kernel/NVIDIA, refine net+security
This commit is contained in:
parent
4cf9e1efac
commit
f7e34c54d6
6 changed files with 61 additions and 101 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
|
|
@ -12,14 +13,14 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||
# nixpkgs.config.allowUnfreePredicate =
|
||||
# pkg:
|
||||
# builtins.elem (lib.getName pkg) [
|
||||
# "steam"
|
||||
# "steam-original"
|
||||
# "steam-run"
|
||||
# "steamtinkerlaunch"
|
||||
# ];
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"steamtinkerlaunch"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
heroic
|
||||
hwinfo
|
||||
inkscape
|
||||
keymapp
|
||||
lazygit
|
||||
libinput
|
||||
nerd-fonts.fira-code
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
python3
|
||||
ripgrep
|
||||
statix
|
||||
steam
|
||||
uget
|
||||
unzip
|
||||
waydroid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue