diff options
Diffstat (limited to 'users/grfn/system/home/machines/yeren.nix')
-rw-r--r-- | users/grfn/system/home/machines/yeren.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix index 7f5b610f9b0f..167f59c9915b 100644 --- a/users/grfn/system/home/machines/yeren.nix +++ b/users/grfn/system/home/machines/yeren.nix @@ -9,6 +9,8 @@ in imports = [ ../platforms/linux.nix ../modules/common.nix + ../modules/desktop.nix + ../modules/development/agda.nix ../modules/development/readyset.nix ] ++ (lib.optional (pathExists ../modules/private.nix) ../modules/private.nix); |