Group desktop modules
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-22 18:24:24 +00:00
parent d1a49188a2
commit cda8ab835f
50 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
flake.modules.pc.nixos =
{ pkgs, ... }:
{
programs.thunar.plugins = with pkgs.xfce; [
thunar-archive-plugin
];
};
}