1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

replace niveum-* aliases with direct niphas-* references

- configs/i3.nix: niveum-terminal → niphas-terminal, etc.
- configs/graphical/home-manager.nix: same
- configs/default.nix: same
- flake.nix: remove the three overlay aliases
This commit is contained in:
2026-02-17 21:37:47 +01:00
parent 6fe970ae3a
commit 6550c1c077
4 changed files with 7 additions and 10 deletions

View File

@@ -196,9 +196,6 @@
};
overlays.default = final: prev: {
niveum-terminal = final.niphas-terminal;
niveum-browser = final.niphas-web-browser;
niveum-filemanager = final.niphas-file-browser;
# packaged from .bin/
two56color = prev.callPackage packages/256color.nix { };