Formatted
This commit is contained in:
parent
d73191e526
commit
fbfa70195b
63 changed files with 906 additions and 899 deletions
|
@ -1,24 +1,24 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.willifan = {
|
||||
home.packages = lib.mkIf config.desktop.utils.enable [
|
||||
|
||||
pkgs.hyprpicker
|
||||
pkgs.hyprcursor
|
||||
home.packages = lib.mkIf config.desktop.utils.enable [
|
||||
|
||||
pkgs.grim
|
||||
pkgs.slurp
|
||||
pkgs.wl-clipboard
|
||||
pkgs.playerctl
|
||||
pkgs.hyprpicker
|
||||
pkgs.hyprcursor
|
||||
|
||||
pkgs.dconf
|
||||
|
||||
pkgs.jq
|
||||
|
||||
pkgs.pulseaudio
|
||||
pkgs.inotify-tools
|
||||
pkgs.papirus-icon-theme
|
||||
pkgs.eww
|
||||
];
|
||||
pkgs.grim
|
||||
pkgs.slurp
|
||||
pkgs.wl-clipboard
|
||||
pkgs.playerctl
|
||||
|
||||
pkgs.dconf
|
||||
|
||||
pkgs.jq
|
||||
|
||||
pkgs.pulseaudio
|
||||
pkgs.inotify-tools
|
||||
pkgs.papirus-icon-theme
|
||||
pkgs.eww
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue