diff --git a/dotfiles/hypr/conf/startup.lua b/dotfiles/hypr/conf/startup.lua index b3a9b74..8f2310d 100644 --- a/dotfiles/hypr/conf/startup.lua +++ b/dotfiles/hypr/conf/startup.lua @@ -9,5 +9,5 @@ hl.on("hyprland.start", function() -- hl.exec_cmd("hyprsunset") -- hl.exec_cmd("xsettingsd") -- hl.exec_cmd("nwg-look -a") - hl.exec_cmd("kitty protonmail-bridge") + hl.exec_cmd("protonmail-bridge") end) diff --git a/home/afoucaultc/home-laptop.nix b/home/afoucaultc/home-laptop.nix index 091e517..7ee4632 100644 --- a/home/afoucaultc/home-laptop.nix +++ b/home/afoucaultc/home-laptop.nix @@ -22,5 +22,5 @@ ./dotfiles_apps.nix ]; stylix.targets.gtksourceview.enable = false; - stylix.targets.inkscape.enable = false; + #stylix.targets.inkscape.enable = false; }