mirror of
https://git.sr.ht/~azikx/karbur
synced 2024-10-30 11:26:21 +00:00
21 lines
274 B
Nix
21 lines
274 B
Nix
{ pkgs, inputs, ... }: {
|
|
imports = [
|
|
./hyprland
|
|
# ./swayfx
|
|
./terminals
|
|
./misc
|
|
];
|
|
home.packages = with pkgs; [
|
|
hyprcursor
|
|
hyprpicker
|
|
hyprpaper
|
|
kitty
|
|
mako
|
|
nwg-drawer
|
|
grimblast
|
|
wf-recorder
|
|
light
|
|
wl-clipboard
|
|
];
|
|
}
|