about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix1
-rw-r--r--home/kompakt/o32.nix2
-rw-r--r--home/profiles/fonts/default.nix3
3 files changed, 2 insertions, 4 deletions
diff --git a/home/default.nix b/home/default.nix
index 5c7f857..44c72b2 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -29,6 +29,7 @@
       ./profiles/base-darwin
       ./profiles/development
       ./profiles/messaging
+      ./profiles/research
     ];
 
     version = "22.05";
diff --git a/home/kompakt/o32.nix b/home/kompakt/o32.nix
index 18f7372..ae7fbb0 100644
--- a/home/kompakt/o32.nix
+++ b/home/kompakt/o32.nix
@@ -2,7 +2,7 @@
 
 {
   config = {
-    activeProfiles = [ "base-darwin" "development" "messaging" ];
+    activeProfiles = [ "base-darwin" "development" "messaging" "research" ];
 
     programs.htop.settings.detailed_cpu_time = true;
   };
diff --git a/home/profiles/fonts/default.nix b/home/profiles/fonts/default.nix
index 3e7e425..3f4edab 100644
--- a/home/profiles/fonts/default.nix
+++ b/home/profiles/fonts/default.nix
@@ -10,12 +10,9 @@ in
   config = lib.mkIf cfg.enable {
     home.packages = with pkgs; [
       dina-font
-      iosevka-pure-bin
-      readable-cherry
       sarasa-gothic
       #siji # TODO: bitmap font conflict
       jetbrains-mono
-      terminus-font-ll2-td1
       twemoji-color-font
       emacs-all-the-icons-fonts
       (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })