hypr
This commit is contained in:
parent
975b68a6f7
commit
488b9fc447
9
modules/hypr/clip/default.nix
Normal file
9
modules/hypr/clip/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.joy = {
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
};
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
./ags
|
||||
./idle
|
||||
./land
|
||||
./style
|
||||
./theme
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,23 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
12
modules/hypr/misc/default.nix
Normal file
12
modules/hypr/misc/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs,...}: {
|
||||
home-manager.users.joy = {
|
||||
home.packages = with pkgs; [
|
||||
pwvucontrol
|
||||
grim
|
||||
slurp
|
||||
hyprpicker
|
||||
swappy
|
||||
playerctl
|
||||
];
|
||||
};
|
||||
}
|
Before Width: | Height: | Size: 4 MiB After Width: | Height: | Size: 4 MiB |
Loading…
Reference in a new issue