nix: waydroid

This commit is contained in:
js0ny 2025-10-14 01:33:40 +01:00
parent c9ce831415
commit 0c6d0edb42
9 changed files with 142 additions and 59 deletions

View file

@ -1,6 +1,5 @@
# ~/.config/nix-config/common/packages-headless.nix
{ pkgs, ... }:
{
{pkgs, ...}: {
# nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
vim
@ -9,5 +8,6 @@
git
tmux
wl-clipboard
nix-index
];
}