Update modules/applications/packages.nix modules/packages.nix
This commit is contained in:
parent
d45490284a
commit
af4277a343
@ -5,7 +5,6 @@
|
||||
lib.optionals config.deviceSpecific.goodMachine [
|
||||
kded
|
||||
ntfs3g
|
||||
nixFlakes
|
||||
];
|
||||
|
||||
home-manager.users.balsoft.home.packages = with pkgs;
|
||||
|
@ -144,5 +144,7 @@ in { pkgs, config, lib, ... }: {
|
||||
|
||||
binaryCachePublicKeys =
|
||||
[ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
||||
|
||||
package = pkgs.nixFlakes;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user