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
|
# Remove duplicate lines
|
||||||
sort -u
|
sort -u
|
||||||
|
|
||||||
|
% uname
|
||||||
|
# Determine the current Linux kernel version
|
||||||
|
uname -r
|
||||||
|
|
||||||
% mime
|
% mime
|
||||||
# Determine the mime-type of a file
|
# Determine the mime-type of a file
|
||||||
file --mime-type <file>
|
file --mime-type <file>
|
||||||
|
|||||||
@ -356,13 +356,11 @@
|
|||||||
ffmpegthumbnailer # Video thumbnails
|
ffmpegthumbnailer # Video thumbnails
|
||||||
mediainfo # Media meta information
|
mediainfo # Media meta information
|
||||||
file # File meta information
|
file # File meta information
|
||||||
tree # Folder preview
|
|
||||||
unrar # Cooler WinRar
|
unrar # Cooler WinRar
|
||||||
p7zip # Zip stuff
|
p7zip # Zip stuff
|
||||||
unzip # Unzip stuff
|
unzip # Unzip stuff
|
||||||
progress # Find coreutils processes and show their progress
|
progress # Find coreutils processes and show their progress
|
||||||
tokei # Text file statistics in a project
|
tokei # Text file statistics in a project
|
||||||
ripdrag # drag & drop from terminal
|
|
||||||
playerctl # media player control
|
playerctl # media player control
|
||||||
pastel # color tools
|
pastel # color tools
|
||||||
nvd # nix rebuild diff
|
nvd # nix rebuild diff
|
||||||
@ -431,6 +429,7 @@
|
|||||||
cachix
|
cachix
|
||||||
]
|
]
|
||||||
(lib.mkIf (!headless) [
|
(lib.mkIf (!headless) [
|
||||||
|
ripdrag # drag & drop from terminal
|
||||||
veracrypt
|
veracrypt
|
||||||
|
|
||||||
# Proton
|
# Proton
|
||||||
@ -452,6 +451,7 @@
|
|||||||
audacity
|
audacity
|
||||||
ferdium
|
ferdium
|
||||||
gparted
|
gparted
|
||||||
|
exfatprogs
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
wacomtablet # For xournalpp/krita
|
wacomtablet # For xournalpp/krita
|
||||||
|
|||||||
@ -127,9 +127,9 @@
|
|||||||
|
|
||||||
# Provide a polkit authentication UI.
|
# Provide a polkit authentication UI.
|
||||||
# This is used for example when running systemd commands without root.
|
# 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"
|
# "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 {
|
in {
|
||||||
|
|||||||
@ -234,6 +234,7 @@ with mylib.networking; {
|
|||||||
wget
|
wget
|
||||||
mprocs # run multiple processes in single terminal window, screen alternative
|
mprocs # run multiple processes in single terminal window, screen alternative
|
||||||
parted # partition manager
|
parted # partition manager
|
||||||
|
exfat
|
||||||
procs # Better ps
|
procs # Better ps
|
||||||
procps # pgrep, pkill
|
procps # pgrep, pkill
|
||||||
busybox
|
busybox
|
||||||
|
|||||||
Reference in New Issue
Block a user