multiple updates

+ remove meshtastic temporarily
+ update imladris to use desktop system
+ move signal-desktop to desktop-packages
+ update README
This commit is contained in:
2025-09-01 14:50:49 -07:00
parent e6e874594d
commit e06e48932d
4 changed files with 4 additions and 7 deletions

View File

@@ -3,5 +3,6 @@
{
imports = [
./hardware-configuration.nix
../../configs/desktop.nix
];
}

View File

@@ -4,8 +4,4 @@
./hardware-configuration.nix
../../configs/desktop.nix
];
environment.systemPackages = with pkgs; [
signal-desktop
];
}