remove swaylock and some cleanup

This commit is contained in:
twoneis 2024-07-22 02:18:09 +02:00
parent 4bc941f04c
commit c8d1b42e97
7 changed files with 32 additions and 103 deletions

View file

@ -44,12 +44,6 @@
borderRadius = 8;
icons = false;
};
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;
settings = import ./swaylock.conf.nix { lib = lib; config = config; };
};
};
};
}