mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
with lib;
|
||||
let cfg = config.niveum.dropbox;
|
||||
in {
|
||||
options.niveum.dropbox = {
|
||||
enable = mkEnableOption "Dropbox";
|
||||
};
|
||||
options.niveum.dropbox = { enable = mkEnableOption "Dropbox"; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
systemd.user.services.dropbox = {
|
||||
|
||||
Reference in New Issue
Block a user