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