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:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user