mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Don't use an overlay for Hyprland as it messes it up & use wl-clipboard
This commit is contained in:
parent
6c3e9b7855
commit
e6e66b27cc
2 changed files with 7 additions and 6 deletions
|
@ -62,10 +62,11 @@
|
|||
|
||||
overlays = [
|
||||
fenix.overlays.default
|
||||
hyprland.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
hyprland = hyprland.packages.${hostPlatform}.hyprland;
|
||||
|
||||
# SYSTEM
|
||||
systemConfiguration = attributes: attributes;
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{ lib, pkgs, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate
|
||||
{ lib, pkgs, hyprland, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate
|
||||
|
||||
(homeConfiguration "nixos" {
|
||||
wayland.windowManager.hyprland = enabled {
|
||||
package = hyprland;
|
||||
|
||||
extraConfig = ''
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
|
@ -115,10 +117,8 @@
|
|||
};
|
||||
})
|
||||
|
||||
(with pkgs; homePackages [
|
||||
(with pkgs; homePackages "nixos" [
|
||||
grim
|
||||
slurp
|
||||
|
||||
wl-copy
|
||||
wl-paste
|
||||
wl-clipboard
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue