mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix: waydroid
This commit is contained in:
parent
c9ce831415
commit
0c6d0edb42
9 changed files with 142 additions and 59 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue