diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffd8ad0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +prefs.json +programs/browsers/prefs.js +test +programs/browsers/toolbar.json +programs/browsers/test.json diff --git a/programs/desktop/plasma.nix b/programs/desktop/plasma.nix index 646b1df..ad103e4 100644 --- a/programs/desktop/plasma.nix +++ b/programs/desktop/plasma.nix @@ -36,10 +36,14 @@ in { # inherit (settings); programs.plasma = { enable = true; + configFile.kdeglobals.General = { + TerminalApplication = "ghostty"; + TerminalService = "com.mitchellh.ghostty.desktop"; + }; window-rules = [ { description = "vscode-desktop-file"; - match.window-class = "code code-url-handler"; + match.window-class = "code code"; apply.desktopfile = "/run/current-system/etc/profiles/per-user/matthieu/share/applications/code.desktop"; # TODO: make this dynamic } ];