summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-30 13:53:22 +0200
committeradikro <adikro@disroot.org>2026-04-30 13:53:22 +0200
commit427b01da7b5be8a27f67bae13e2808d946ed22d8 (patch)
tree778ae7db0da042d6c0f8487c9f0ff51f3f747de4 /hosts/desktop
parent68f2b65dbbb97eef9a12f67f362c4adea03cc3b2 (diff)
sync
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 41cd69f..8ee67e5 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -3,7 +3,6 @@
username,
inputs,
pkgs,
- lib,
...
}:
{
@@ -110,9 +109,13 @@
thunar.enable = true;
};
- environment.systemPackages = [
- inputs.subtui.packages.x86_64-linux.subtui
- pkgs.gimp
+ environment.systemPackages = with pkgs; [
+ (inputs.subtui.packages.x86_64-linux.subtui)
+ stow
+ gimp
+ vis
+ lua-language-server
+ nil
];
boot = {