refactor ft home configuration

This commit is contained in:
2025-02-10 17:36:28 +01:00
parent 213fa0136f
commit 650d422d21
17 changed files with 106 additions and 281 deletions

View File

@ -1,6 +0,0 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs;[lutris mangohud];
}