20 lines
247 B
Nix
20 lines
247 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
rose-pine-gtk-theme
|
|
alejandra
|
|
vulkan-tools
|
|
pkgs.looking-glass-client
|
|
tmux
|
|
restic
|
|
fastfetch
|
|
btop
|
|
wl-clipboard
|
|
pkgs.nixd
|
|
inxi
|
|
kitty
|
|
];
|
|
}
|