Age | Commit message (Collapse) | Author |
|
i.e. via `nix run .#hostname`.
Currently pulling in a pending pull request at jupyterWith for
flakeified JupyterLab installations.
The entire system consisting of `nixos_system` and `nixos_home`
flakes can now be purely instantiated from clones in the user
directory. No "/etc/nixos" resp. ".config/nixpkgs" needed.
This is nice, probably not going to bother merging both
repositories.
|
|
|
|
This way the config is actually reproducible without manually
tracking supported nixpkgs states. home-manager is now not installed
environment-wide anymore but only available inside a nix-shell.
|
|
|
|
Weirdly I did not find a better way to pass a userspace "<mypkgs>"
channel throughout the home-manager expression tree.
i.e. adding a "mypkgs ? import <mypkgs> { }" argument to all expressions
failed somewhere inside Nix.
However this way has the benefit of making it very easy to augment the
derivations maintained in pkgs.kummerlaender.eu with additional packages.
|
|
If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration.
|
|
|
|
|
|
|
|
|
|
Looks slightly to large for the few GTK3 applications I use regularly
but buttons are way to small otherwise.
|
|
|
|
…this was a _joy_ to debug. Who would have thought that the GTK3 default interferred with window management to that extend.
|
|
|
|
|
|
|
|
|
|
|