mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
31 lines
552 B
Nix
31 lines
552 B
Nix
{ inputs, options, config, pkgs, lib, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
foot
|
|
swww
|
|
mpvpaper
|
|
libnotify
|
|
cliphist
|
|
wl-clipboard
|
|
fzf
|
|
fuzzel
|
|
pywal
|
|
yad
|
|
jq
|
|
python312Packages.pywayland
|
|
python312Packages.psutil
|
|
python312Packages.pillow
|
|
python312Packages.wheel
|
|
python312Packages.materialyoucolor
|
|
python312Packages.libsass
|
|
python312Packages.material-color-utilities
|
|
dart-sass
|
|
hyprlock
|
|
hyprpicker
|
|
];
|
|
|
|
#wayland.windowManager.hyprland = {
|
|
# enable = true;
|
|
#};
|
|
}
|