1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

nix: try nixd instead of nil

This commit is contained in:
TheGeneralist 2025-08-03 14:37:01 +02:00
parent afe02a3ff6
commit 8724801def
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 1 additions and 21 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, lib, config, ... }: let
inherit (lib) optionalAttrs;
in {
# TODO: write i3 and i3status here instead of stowing
virtualisation.vmware.guest.enable = true;
environment.systemPackages = [ pkgs.fuzzel ];