9 lines
126 B
Nix
9 lines
126 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
gruvbox-plus-icons
|
|
afterglow-cursors-recolored
|
|
kde-gruvbox
|
|
];
|
|
} |