about summary refs log tree commit diff
path: root/home/alpha/boopy.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
committersefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
commitd2dd5d1287e0f2630e1407ecb09b13413f4e2d93 (patch)
tree758b9901a0cc41b80c15468874043d78f62304aa /home/alpha/boopy.nix
parentef8b67dce728192cc76df2d53e0787bdaa6573db (diff)
downloadnixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.tar.gz
nixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.zip
feat: boopy -> zach
Diffstat (limited to 'home/alpha/boopy.nix')
-rw-r--r--home/alpha/boopy.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/alpha/boopy.nix b/home/alpha/boopy.nix
deleted file mode 100644
index 126ac6b..0000000
--- a/home/alpha/boopy.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-{
-  config = {
-    activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ];
-
-    programs.htop.settings.detailed_cpu_time = true;
-  };
-}