Move Emacs from default.nix -> desktop.nix
Remove Alacritty, use Konsole instead since already configured for Yakuake
This commit is contained in:
parent
49601ec3c2
commit
8c5c6ee528
|
@ -5,7 +5,6 @@
|
||||||
inputs.nix-index-database.hmModules.nix-index
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
./shell/default.nix
|
./shell/default.nix
|
||||||
./emacs/default.nix
|
|
||||||
./services/password-store/default.nix
|
./services/password-store/default.nix
|
||||||
./scripts/default.nix
|
./scripts/default.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./plasma/default.nix
|
./plasma/default.nix
|
||||||
./alacritty/default.nix
|
./emacs/default.nix
|
||||||
./browser/default.nix
|
./browser/default.nix
|
||||||
./services/email/default.nix
|
./services/email/default.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -304,9 +304,8 @@
|
||||||
{
|
{
|
||||||
inherit AccentColor;
|
inherit AccentColor;
|
||||||
LastUsedCustomAccentColor = AccentColor;
|
LastUsedCustomAccentColor = AccentColor;
|
||||||
TerminalApplication = if config.programs.alacritty.enable then "alacritty" else "konsole";
|
TerminalApplication = "konsole";
|
||||||
TerminalService =
|
TerminalService = "org.kde.konsole.desktop";
|
||||||
if config.programs.alacritty.enable then "Alacritty.desktop" else "org.kde.konsole.desktop";
|
|
||||||
};
|
};
|
||||||
WM = {
|
WM = {
|
||||||
# TODO convert to base16 colours at some point
|
# TODO convert to base16 colours at some point
|
||||||
|
|
Loading…
Reference in a new issue