mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 03:20:20 +00:00
32 lines
552 B
Nix
32 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;
|
||
|
#};
|
||
|
}
|