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

@@ -150,7 +150,7 @@ in
dconf.enable = true;
dconf.settings = {
# Change the default terminal for Nemo
"org/cinnamon/desktop/applications/terminal".exec = lib.getExe pkgs.niveum-terminal;
"org/cinnamon/desktop/applications/terminal".exec = lib.getExe pkgs.niphas-terminal;
};
};
}