fixes 4 NORTH + yazi openers1

This commit is contained in:
nx2
2024-04-09 10:58:24 +02:00
parent b79ec3015a
commit cb121e283c
5 changed files with 232 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
{ config, pkgs, lib, system, host, user, allowed, secrets, ... }:
{
imports = [
./home-modules/vscode.nix
@@ -14,6 +14,7 @@
./home-modules/hyprland/hyprland.nix
./home-modules/hyprland/hyprland-autoname-workspaces.nix
./home-modules/hyprland/waybar.nix
./home-modules/wlogout.nix
./home-modules/kitty.nix
./home-modules/shell/fish.nix
@@ -49,7 +50,7 @@
spotify spicetify-cli
obs-studio bitwarden
waybar swww rofi wlogout
waybar swww rofi
imv mpv mediainfo exiftool ffmpeg
pavucontrol fontpreview gtk2fontsel
@@ -90,6 +91,9 @@
"x-scheme-handler/about" = [ "firefox.desktop" ];
"x-scheme-handler/unknown" = [ "firefox.desktop" ];
"image/png" = "imv.desktop";
"image/jpg" = "imv.desktop";
"image/jpeg" = "imv.desktop";
"image/webp" = "imv.desktop";
"image/gif" = "imv.desktop";
};
};