temperance/configuration.nix: disable emacs, enable docker
This commit is contained in:
parent
73dd2d056b
commit
371ad1471e
1 changed files with 7 additions and 2 deletions
|
@ -36,6 +36,8 @@ in {
|
|||
udisks2.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
meta = {
|
||||
mainUser.gitSigningKey = "";
|
||||
};
|
||||
|
@ -47,7 +49,7 @@ in {
|
|||
};
|
||||
programs = {
|
||||
editors = {
|
||||
emacs.enable = true;
|
||||
emacs.enable = false;
|
||||
# only emacs for me, right now.
|
||||
neovim.enable = true;
|
||||
# sadly just not advanced enough, yet.
|
||||
|
@ -72,6 +74,10 @@ in {
|
|||
};
|
||||
desktops.hyprland.enable = true;
|
||||
|
||||
theming = {
|
||||
gtk.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
locate.enable = true;
|
||||
media.mpd = {
|
||||
|
@ -89,6 +95,5 @@ in {
|
|||
btop.enable = true;
|
||||
nh.enable = true;
|
||||
};
|
||||
# style.colorScheme.name = "Black Metal Venom";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue