Drive encryption (#11)

- Add drive encryption with luks
- Refactor Hyprland binds
- Refactor cache
- Minor spelling fixes
- Add firefox stylix profiles
This commit is contained in:
Dashie 2025-05-02 12:19:48 +02:00 committed by GitHub
parent 32f0512ef5
commit 45954db37a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 334 additions and 292 deletions

View file

@ -10,8 +10,8 @@
hyprland = {
anyrun = {
enable = lib.mkOption {
default = true;
example = false;
default = false;
example = true;
type = lib.types.bool;
description = "Enables anyrun";
};