feat: remove systemd annoying errors

This commit is contained in:
Thiago Sposito 2025-08-30 13:37:54 -03:00
parent f7e34c54d6
commit 955bf3c105
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 13 additions and 13 deletions

View file

@ -13,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"
];
};
};
@ -39,6 +39,7 @@
nerd-fonts.fira-code
nil
nixpkgs-fmt
nixfmt-rfc-style
nordic
obsidian
pinentry-curses
@ -97,7 +98,6 @@
"ctrl+alt+right" = "resize_window wider";
"ctrl+alt+up" = "resize_window taller";
"ctrl+alt+down" = "resize_window shorter";
};
settings = {