Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

✨ move to snowfall #17

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
elythh committed Aug 30, 2024
commit a403f843a1f90917e4789e8652aca0cb31c9d016
11 changes: 1 addition & 10 deletions modules/home/programs/graphical/wms/hyprland/options.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
wayland.windowManager.hyprland.settings = {
exec-once = [
# "ags"
"clipse -listen"
"wl-paste --type text --watch cliphist store"
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
"xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 1"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"systemctl --user import-environment PATH"
"systemctl --user restart xdg-desktop-portal.service"
"systemctl --user restart xdg-desktop-portal-wlr.service"

];
animations = {
enabled = true;
8 changes: 0 additions & 8 deletions modules/nixos/hardware/bluetooth/default.nix
Original file line number Diff line number Diff line change
@@ -22,14 +22,6 @@ in

package = pkgs.bluez-experimental;
powerOnBoot = true;

settings = {
General = {
Experimental = true;
JustWorksRepairing = "always";
MultiProfile = "multiple";
};
};
};

boot.kernelParams = [ "btusb" ];