Format nix files
This commit is contained in:
parent
45b85d0452
commit
f2fd2be328
30 changed files with 329 additions and 231 deletions
|
|
@ -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";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue