feat: remove systemd annoying errors
This commit is contained in:
parent
f7e34c54d6
commit
955bf3c105
3 changed files with 13 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue