diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-29 09:54:03 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-29 09:54:03 +0000 |
| commit | b0d9558f970c3f52af34fcd12ae6c7f8a1d27ccb (patch) | |
| tree | fb182805aa435347931727adc7bd3301028d5158 /modules/common/default.nix | |
| parent | added session command (diff) | |
moved to doas
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 030f467..b2c7196 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -3,6 +3,7 @@ imports =[ # names are self explanatory ./adguard + ./doas ./fonts ./gnupg ./i18n @@ -10,8 +11,8 @@ ./pipewire ./searx ./ssh + ./sudo ./users - # ./xserver ]; nix = { |
