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