Skip to content

A monorepo containing my dotfiles, packages and nixos configurations

Notifications You must be signed in to change notification settings

Lunkentuss/dotfiles

Repository files navigation

dotfiles

Using the nix flake for installing packages

Additionally to my configuration files, this repository contains all of my installed packages using the nix package manager. External users can install all the packages by using the flake feature in nix. Assuming the nix version has support for flakes (version > 2.04), and the nix-command and flakes experimental features have been enabled, the packages can be installed with:

nix profile install github:lunkentuss/dotfiles

To test that the binaries have been properly installed, you can run:

fortune-cow

and you'll see something like:

 ________________________________
< Heisenberg may have been here. >
 --------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Alternatively, the packages can be tested with an OCI image which can be built from the provided Dockerfile, by building and running the Dockerfile with:

docker run -ti --entrypoint /bin/sh $(docker build -q .)

About

A monorepo containing my dotfiles, packages and nixos configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published