Added nix on droid

This commit is contained in:
Aleksandr Lebedev 2025-01-06 18:58:09 +01:00
parent dadac02455
commit 14c7d85a57
9 changed files with 195 additions and 18 deletions

View file

@ -11,6 +11,7 @@
#libsForQt5.kio-extras #extra protocols support (sftp, fish and more)
kdePackages.kio-fuse #to mount remote filesystems via FUSE
kdePackages.kio-extras #extra protocols support (sftp, fish and more)
kdePackages.kio-admin
waybar
swaynotificationcenter
libnotify

View file

@ -8,6 +8,7 @@
enable = true;
colorschemes.catppuccin.enable = true;
plugins = {
markview.enable = true;
tmux-navigator = {
enable = true;
};