restructured flake

This commit is contained in:
willifan 2025-05-30 14:22:14 +02:00
parent 5c7ae091c1
commit bf3bb961f3
100 changed files with 76 additions and 78 deletions

View file

@ -1,19 +0,0 @@
{ lib, config, pkgs, ... }:
{
home-manager.users.willifan = {
home.packages = lib.mkIf config.desktop.utils.enable [
pkgs.hyprpicker
pkgs.hyprcursor
pkgs.grim
pkgs.slurp
pkgs.wl-clipboard
pkgs.playerctl
pkgs.dconf
pkgs.papirus-icon-theme
];
};
}