From 4596f846bfea81fc60ac492d0860787601946d28 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 14:46:33 +0200 Subject: [PATCH] hosts: update configurations to match removal of some options --- hosts/hermit/configuration.nix | 9 --------- hosts/temperance/configuration.nix | 14 -------------- hosts/tower/configuration.nix | 1 - 3 files changed, 24 deletions(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 06a7e89..11dce4c 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -41,19 +41,10 @@ }; programs = { editors = { - emacs.enable = false; - # only emacs for me, right now. - neovim.enable = true; - # sadly just not advanced enough, yet. helix.enable = true; }; - discord.enable = true; # nushell.enable = true; - eza.enable = true; - firefox.enable = true; - spotify.enable = false; # starship.enable = true; - zellij.enable = true; terminals = { foot.enable = true; }; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index d986f3c..d7f255f 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -52,24 +52,10 @@ in { }; programs = { editors = { - emacs.enable = false; - # only emacs for me, right now. - neovim.enable = true; - # sadly just not advanced enough, yet. helix.enable = true; - kakoune.enable = true; }; - discord.enable = true; - nushell.enable = true; - oh-my-posh.enable = true; - eza.enable = true; - firefox.enable = true; - spotify.enable = true; - zellij.enable = false; - steam.enable = false; terminals = { foot.enable = true; - kitty.enable = true; }; }; sound.enable = true; diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index a1428a8..7dfad78 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -35,7 +35,6 @@ editors = { helix.enable = true; }; - eza.enable = true; }; }; other = {