Add nix-flatpak flake, setup cups.
This commit is contained in:
6
nodes/hosts/common/services/nix-flatpak.nix
Normal file
6
nodes/hosts/common/services/nix-flatpak.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ...}: {
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
update.onActivation = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user