feat: add a just setup command for setting up nix (#48)

* feat: add nix install script from bluefin / dnkmmr

* feat: add nix-me-up just cmd from bluefin

* feat: just update nix if installed

* feat: add nix-app-icons.sh
enables desktop icon support by adding to XDG_DATA_DIRS

* chore: remove nix update for now
this will be added in a later PR
This commit is contained in:
Eino Rauhala
2023-04-29 14:08:17 +03:00
committed by GitHub
parent c537104ba2
commit 1d208f6eae
3 changed files with 143 additions and 4 deletions

View File

@@ -10,8 +10,7 @@ ARG RECIPE
# and /etc/ is for editing by the local admin
# see issue #28 (https://github.com/ublue-os/startingpoint/issues/28)
COPY etc /usr/etc
# uncomment below line if you need to put config files in /usr/
# COPY usr /usr
COPY usr /usr
# copy scripts
RUN mkdir /tmp/scripts