mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Enable Hyprland systemd target and use home manager config for cliphist
This commit is contained in:
parent
787cb2ce8a
commit
a525e997f8
2 changed files with 8 additions and 6 deletions
|
@ -18,6 +18,10 @@ desktopUserHomeConfiguration {
|
|||
];
|
||||
};
|
||||
|
||||
services.cliphist = enabled {
|
||||
extraOptions = [ "-max-items" "1000" ];
|
||||
};
|
||||
|
||||
programs.fuzzel = with config.theme; enabled {
|
||||
settings.main = {
|
||||
dpi-aware = false;
|
||||
|
|
|
@ -33,15 +33,14 @@ in desktopSystemConfiguration {
|
|||
'';
|
||||
|
||||
wayland.windowManager.hyprland = enabled {
|
||||
systemd = enabled {
|
||||
enableXdgAutostart = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
monitor = [ ", preferred, auto, 1" ];
|
||||
windowrule = [ "noinitialfocus" ];
|
||||
|
||||
exec-once = [
|
||||
"wl-paste --type text --watch cliphist store -max-items 1000"
|
||||
"wl-paste --type image --watch cliphist store -max-items 1000"
|
||||
];
|
||||
|
||||
exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ];
|
||||
|
||||
bindle = [
|
||||
|
@ -207,7 +206,6 @@ in desktopSystemConfiguration {
|
|||
|
||||
(desktopUserHomePackages (with pkgs; [
|
||||
brightnessctl
|
||||
cliphist
|
||||
grim
|
||||
hyprpicker
|
||||
slurp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue