This commit is contained in:
joygnu 2024-09-16 20:37:19 +02:00
parent 6eb98d1de1
commit b3cea13b16
10 changed files with 23 additions and 17 deletions

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home-manager.users.joy = {
home.packages = with pkgs; [
wl-clipboard
];
services.cliphist.enable = true;
};
}

View file

@ -3,6 +3,6 @@
./ags ./ags
./idle ./idle
./land ./land
./style ./theme
]; ];
} }

View file

@ -1,23 +1,8 @@
{pkgs, ...}: { {...}: {
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
}; };
home-manager.users.joy = { home-manager.users.joy = {
home.packages = with pkgs; [
rofi-wayland
pwvucontrol
swww
wl-clipboard
cliphist
grim
slurp
hyprpicker
swappy
playerctl
];
services.cliphist.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
settings = { settings = {

View file

@ -0,0 +1,12 @@
{pkgs,...}: {
home-manager.users.joy = {
home.packages = with pkgs; [
pwvucontrol
grim
slurp
hyprpicker
swappy
playerctl
];
};
}

View file

Before

Width:  |  Height:  |  Size: 4 MiB

After

Width:  |  Height:  |  Size: 4 MiB