diff --git a/hmModules/sway/default.nix b/hmModules/sway/default.nix index fac7e86..3ac341e 100644 --- a/hmModules/sway/default.nix +++ b/hmModules/sway/default.nix @@ -28,7 +28,7 @@ gtk = { enable = true; - font.name = "Fira Code,Symbols Nerd Font"; + font.name = "Sans,Symbols Nerd Font"; iconTheme = { name = "Adwaita"; package = pkgs.gnome.adwaita-icon-theme; @@ -110,7 +110,7 @@ in lib.mkOptionDefault { "${modifier}+x" = "exec emacsclient -c"; - "${modifier}+y" = "exec ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.aciceri.dev emacsclient -c"; + "${modifier}+y" = "exec ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet emacsclient -c"; "${modifier}+b" = "exec qutebrowser"; "${modifier}+s" = "exec ${screenshotScript}"; # "${modifier}+g" = "exec ${screenrecordingScript}"; # FIXME @@ -118,7 +118,7 @@ exec emacsclient -c -F "\'(name . \\"VTerm\\"))" -q --eval '(vterm (getenv "SHELL"))' ''; "${modifier}+u" = '' - exec ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.aciceri.dev emacsclient -c -F "\'(name . \\"VTerm\\"))" -q --eval '(eat (getenv "SHELL"))' + exec ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet emacsclient -c -F "\'(name . \\"VTerm\\"))" -q --eval '(eat (getenv "SHELL"))' ''; "XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl s +5%"; "XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl s 5%-"; diff --git a/hosts/mothership/default.nix b/hosts/mothership/default.nix index 258c20f..bc5ebbe 100644 --- a/hosts/mothership/default.nix +++ b/hosts/mothership/default.nix @@ -54,6 +54,15 @@ environment.systemPackages = with pkgs; [waypipe firefox]; + home-manager.users.ccr.gtk = { + enable = true; + iconTheme = { + name = "Adwaita"; + package = pkgs.gnome.adwaita-icon-theme; + }; + }; + programs.dconf.enable = true; + programs.mosh.enable = true; boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];