mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
onyx fix
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
_: {
|
_: {
|
||||||
flake.nixosModules.onxyboox = _: {
|
flake.nixosModules.onxyboox = {pkgs, ...}: {
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gvfs
|
||||||
|
calibre
|
||||||
|
kdePackages.kio-extras
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user