1

Mime types + move some packages around

This commit is contained in:
2023-04-24 20:07:58 +02:00
parent ccacacedac
commit afbcccae60
3 changed files with 101 additions and 18 deletions

View File

@ -28,7 +28,7 @@ rec {
../modules
# inputs.nixvim.homeManagerModules.nixvim
# inputs.hyprland.homeManagerModules.default # NOTE: Use System module, this one doesn't (can't) add the SDDM entry
# inputs.hyprland.homeManagerModules.default
];
modules = {
@ -264,7 +264,6 @@ rec {
# exa # ls in cool (enabled as program)
# delta # diffier diff differ (enabled as program)
# fzf # fuzzy find (enabled as program in fish module)
procs # Better ps
tokei # Text file statistics in a project
rsync # cp on steroids
rclone # Rsync for cloud
@ -291,7 +290,6 @@ rec {
lazygit # can always use another git client
geteltorito # extreact boot image from iso
gitbatch # overview over multiple repos
mprocs # run multiple processes in single terminal window, screen alternative
# TODO: Maybe general document/typesetting module?
graphviz # generate graphs from code
xdot # .dot file viewer
@ -307,14 +305,13 @@ rec {
# TODO: Programming languages module
alejandra # nix code formatter
nil # nix language server
parted # partition manager
libnotify
procps # pgrep, pkill
inotifyTools # inotifywait etc.
atool # Archive preview
ffmpegthumbnailer # Video thumbnails
mediainfo
tree # Folder preview
# gnome.zenity # Popups from terminal
# Xooooorg/Desktop environment stuff
# xclip

View File

@ -74,7 +74,7 @@ in {
};
# Polkit
home.file.".config/hypr/polkit.conf".text = ''exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-agent-1 &'';
home.file.".config/hypr/polkit.conf".text = ''exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1'';
home.file.".config/hypr/waybar-reload.conf".text = let
waybar-reload = pkgs.writeScript "waybar-reload" ''
@ -122,9 +122,10 @@ in {
clipman # Clipboard manager (wl-paste)
imv # Image viewer
moc # Audio player
ncpamixer # ncurses pavucontrol
slurp # Region selector for screensharing
grim # Grab images from compositor
ncpamixer # ncurses pavucontrol
xfce.thunar
xfce.tumbler # Thunar thumbnails
@ -145,9 +146,10 @@ in {
plugins = [
pkgs.keepmenu # TODO: Rofi KeepassXC frontend
];
terminal = "${pkgs.kitty}/bin/kitty";
font = "JetBrains Mono 14";
# NOTE: Don't use this, use the configfile for hot-reload
# terminal = "${pkgs.kitty}/bin/kitty";
# font = "JetBrains Mono 14";
# theme =
# extraConfig = '''';
};