Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

How to add graphical app icons for packages installed with nix

Notifications You must be signed in to change notification settings

dnkmmr69420/nix-graphical-app-icon-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Documentation has moved to here

nix-graphical-app-icon-guide

How to have graphical app icons show up for packages installed with nix. It works with GNOME but doesn't work with KDE. Let me know if there is a way to have it where you don't need to log out and log back in for the app icons to show up.

Single User

add this to the end of ~/.bashrc

XDG_DATA_DIRS="$HOME/.nix-profile/share:/nix/var/nix/profiles/default/share:$XDG_DATA_DIRS"

Multiuser

type this command

sudo tee /etc/profile.d/nix-app-icons.sh <<EOF
XDG_DATA_DIRS="$HOME/.nix-profile/share:/nix/var/nix/profiles/default/share:$XDG_DATA_DIRS"
EOF

TODO:

  1. Make it so app icons are added without needing to log out and log back in
  2. Make it work with KDE

My Other Guide

Here is a guide for installing nix with selinux

About

How to add graphical app icons for packages installed with nix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages