+sweethome3d

This commit is contained in:
2025-11-08 14:13:26 +00:00
parent 3c6e8b505c
commit be3eda1c44
3 changed files with 13 additions and 18 deletions

View File

@@ -19,7 +19,6 @@ let
in
{
imports = [
../dev
../physical
];
config = {

View File

@@ -1,17 +0,0 @@
{ config, ... }:
{
config = {
documentation = {
dev.enable = true;
doc.enable = true;
info.enable = true;
man = {
enable = true;
man-db.enable = false;
mandoc.enable = true;
};
};
};
}

View File

@@ -11,6 +11,18 @@ in
imports = [ ../desktop ];
config = {
documentation = {
dev.enable = true;
doc.enable = true;
info.enable = true;
man = {
enable = true;
man-db.enable = false;
mandoc.enable = true;
};
};
services.xserver = {
windowManager.awesome.enable = true;
};
@@ -56,6 +68,7 @@ in
postgresql
gcc_latest
borgbackup
sweethome3d
#diffoscope # broken on 2025-09-28, not used much
git-filter-repo
nixpkgs-review