kde: more tweaks to make using kde easier
This commit is contained in:
parent
834fbccfc8
commit
de117167f2
4 changed files with 19 additions and 3 deletions
|
|
@ -42,6 +42,7 @@
|
|||
./mpd.nix
|
||||
./sway
|
||||
./gnome.nix
|
||||
./kde.nix
|
||||
./thunar.nix
|
||||
./xdg-dirs.nix
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
|
|
@ -156,7 +157,7 @@
|
|||
sops.age.sshKeyPaths = [ (config.home.homeDirectory + "/.ssh/id_ed25519") ];
|
||||
|
||||
xdg.defaultApplications = {
|
||||
enable = true;
|
||||
enable = config.my.desktop == "sway";
|
||||
text-editor = lib.mkDefault "kak.desktop";
|
||||
image-viewer = lib.mkDefault "pqiv.desktop";
|
||||
video-player = lib.mkDefault "mpv.desktop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue