Compare commits
3 Commits
3571fd90dc
...
5753f4fa38
| Author | SHA1 | Date | |
|---|---|---|---|
|
5753f4fa38
|
|||
|
c6b2dfaf0c
|
|||
|
47cca68565
|
@ -137,6 +137,10 @@ $ separator: echo -e "' '\t\tWhitespace\n'[ ]'\t\tSingle Space\n'\\\t'\t\tTabs"
|
||||
# Remove duplicate lines
|
||||
sort -u
|
||||
|
||||
% uname
|
||||
# Determine the current Linux kernel version
|
||||
uname -r
|
||||
|
||||
% mime
|
||||
# Determine the mime-type of a file
|
||||
file --mime-type <file>
|
||||
|
||||
@ -356,13 +356,11 @@
|
||||
ffmpegthumbnailer # Video thumbnails
|
||||
mediainfo # Media meta information
|
||||
file # File meta information
|
||||
tree # Folder preview
|
||||
unrar # Cooler WinRar
|
||||
p7zip # Zip stuff
|
||||
unzip # Unzip stuff
|
||||
progress # Find coreutils processes and show their progress
|
||||
tokei # Text file statistics in a project
|
||||
ripdrag # drag & drop from terminal
|
||||
playerctl # media player control
|
||||
pastel # color tools
|
||||
nvd # nix rebuild diff
|
||||
@ -431,6 +429,7 @@
|
||||
cachix
|
||||
]
|
||||
(lib.mkIf (!headless) [
|
||||
ripdrag # drag & drop from terminal
|
||||
veracrypt
|
||||
|
||||
# Proton
|
||||
@ -452,6 +451,7 @@
|
||||
audacity
|
||||
ferdium
|
||||
gparted
|
||||
exfatprogs
|
||||
|
||||
# Office
|
||||
wacomtablet # For xournalpp/krita
|
||||
|
||||
@ -127,9 +127,9 @@
|
||||
|
||||
# Provide a polkit authentication UI.
|
||||
# This is used for example when running systemd commands without root.
|
||||
"${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"
|
||||
# "systemctl --user start hyprpolkitagent.service"
|
||||
# "${pkgs.polkit-gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
# "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
]
|
||||
];
|
||||
in {
|
||||
|
||||
@ -234,6 +234,7 @@ with mylib.networking; {
|
||||
wget
|
||||
mprocs # run multiple processes in single terminal window, screen alternative
|
||||
parted # partition manager
|
||||
exfat
|
||||
procs # Better ps
|
||||
procps # pgrep, pkill
|
||||
busybox
|
||||
|
||||
Reference in New Issue
Block a user