hypr
This commit is contained in:
parent
6eb98d1de1
commit
b3cea13b16
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
|
./ags
|
||||||
./idle
|
./idle
|
||||||
./land
|
./land
|
||||||
./style
|
./theme
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
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