Format nix files

This commit is contained in:
Zeph Levy 2026-01-23 12:04:59 +01:00
parent 45b85d0452
commit f2fd2be328
30 changed files with 329 additions and 231 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
# This file contains all the desktop entries that I don't want in my app finder,
# either because I open them with shortcuts or because I never use them (but they come with an app)
xdg.desktopEntries = {
@ -17,7 +18,7 @@
name = "thunar-bulk-rename";
noDisplay = true;
};
# I open this with a shortcut
"foot" = {
name = "foot";
@ -38,7 +39,6 @@
terminal = false;
};
# Fixes missing icons
# TODO: Doesn't work
# "protonvpn-app" = {
@ -49,5 +49,5 @@
# name = "Sioyek";
# icon = "${pkgs.sioyek}/share/pixmaps/sioyek-linux-logo.png";
# };
};
};
}