diff options
author | Emile <git@emile.space> | 2025-01-22 23:58:51 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-01-23 00:01:49 +0100 |
commit | c2ab96592854b7a9cf1212ee9b0e985463407e1b (patch) | |
tree | 2b31fe7fc9b41cada1be09448c40fcb7210b0097 /nix/modules/x86_64-linux.nix | |
parent | 6d1ae7bd2228ff74fc1021f657053d7ccbf7c6e5 (diff) |
(lampadas): added filebrowser and wrote a module for it
Diffstat (limited to 'nix/modules/x86_64-linux.nix')
-rw-r--r-- | nix/modules/x86_64-linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/x86_64-linux.nix b/nix/modules/x86_64-linux.nix index 8737083..b913c68 100644 --- a/nix/modules/x86_64-linux.nix +++ b/nix/modules/x86_64-linux.nix @@ -3,5 +3,6 @@ ./ports ./r2wars-web ./remarvin + ./filebrowser ]; } |