This commit is contained in:
parent
7da4fae07a
commit
d249983e20
|
@ -58,7 +58,7 @@
|
|||
inherit self inputs;
|
||||
|
||||
channelsConfig = {
|
||||
# allowUnfree = true;
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
supportedSystems = ["x86_64-linux" "aarch64-linux"];
|
||||
|
|
|
@ -13,8 +13,6 @@ in {
|
|||
];
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home-manager.users = {inherit (hmUsers) ben;};
|
||||
|
||||
services.yubikey-agent.enable = true;
|
||||
|
|
|
@ -21,7 +21,6 @@ in {
|
|||
tigervnc
|
||||
dogecoin
|
||||
nodejs
|
||||
itch
|
||||
solaar
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue