+sweethome3d
This commit is contained in:
@@ -19,7 +19,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../dev
|
|
||||||
../physical
|
../physical
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
@@ -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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -11,6 +11,18 @@ in
|
|||||||
imports = [ ../desktop ];
|
imports = [ ../desktop ];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
|
documentation = {
|
||||||
|
dev.enable = true;
|
||||||
|
doc.enable = true;
|
||||||
|
info.enable = true;
|
||||||
|
man = {
|
||||||
|
enable = true;
|
||||||
|
man-db.enable = false;
|
||||||
|
mandoc.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
windowManager.awesome.enable = true;
|
windowManager.awesome.enable = true;
|
||||||
};
|
};
|
||||||
@@ -56,6 +68,7 @@ in
|
|||||||
postgresql
|
postgresql
|
||||||
gcc_latest
|
gcc_latest
|
||||||
borgbackup
|
borgbackup
|
||||||
|
sweethome3d
|
||||||
#diffoscope # broken on 2025-09-28, not used much
|
#diffoscope # broken on 2025-09-28, not used much
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
|||||||
Reference in New Issue
Block a user