This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-16 13:03:42 -06:00
parent ce5b732dfa
commit 07ecdf70e3
4 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,7 @@ in
};
services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [
gnome.dconf-editor
dconf-editor
# wayland clipboard in terminal
wl-clipboard
];

View file

@ -28,7 +28,7 @@ in
};
services.gnome.core-utilities.enable = false;
environment.systemPackages = with pkgs; [
gnome.dconf-editor
dconf-editor
xclip
];
};