Skip to main content

Nix Snippets

File Management

For a transient file manager, use the following invocation:

nix-shell -p lxsession lxappearance lxrandr lxmenu-data gsettings-desktop-schemas xfce.thunar
lxsession &
thunar

To get an icon theme, use the following:

mkdir -p $HOME/Git/Github/icons
cd $HOME/Git/Github/icons
git clone https://github.com/bikass/kora.git
mkdir -p $HOME/.local/share/icons
cp kora/kora* $HOME/.local/share/icons