dms shell

This commit is contained in:
2025-10-03 13:57:32 +01:00
parent 127586a6a2
commit 8a1e40c3d0
19 changed files with 428 additions and 156 deletions
+7 -2
View File
@@ -18,7 +18,7 @@
exfatprogs
fastfetch
filezilla
floorp
floorp-bin
fuzzel
fzf
genymotion
@@ -31,8 +31,9 @@
hyprpicker
imagemagick
kdePackages.kdenlive
kdePackages.polkit-kde-agent-1
keepassxc
libsForQt5.polkit-kde-agent
libreoffice
localsend
mpv
mupdf
@@ -79,6 +80,7 @@
else
export PS1='\[\e[1;m\e[1;33m\e[1;m\] \W\[\e[m\e[m\] 🐧 \[\e[1;32m\]~> \[\e[m\e[m\]'
fi;
export PATH="$HOME/.local/bin:$PATH"
set -o vi
fastfetch
'';
@@ -104,6 +106,9 @@
".." = "cd ..";
};
};
dankMaterialShell = {
enable = true;
};
emacs = {
enable = true;
package = pkgs.emacs-gtk;