nixfmt...

This commit is contained in:
2026-03-11 19:30:20 +02:00
parent 13a03b36e0
commit a91f3b318a
3 changed files with 33 additions and 22 deletions

View File

@@ -1,10 +1,15 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
zathura
wezterm
pwvucontrol
playerctl
zathura
wezterm
pwvucontrol
playerctl
];
}