about summary refs log tree commit diff
path: root/home/configs/cobalt/sefidel.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-25 19:08:05 +0900
committersefidel <contact@sefidel.net>2023-07-25 19:08:05 +0900
commit747e11903f5c3bb002a913c76583b65eeabf8aa7 (patch)
treedc4e68772c4deee8b41f15df026ef262f23210ff /home/configs/cobalt/sefidel.nix
parent3f4ffdbbd694a14e6ada58740e6596f475ce00fb (diff)
downloadnixrc-747e11903f5c3bb002a913c76583b65eeabf8aa7.tar.gz
nixrc-747e11903f5c3bb002a913c76583b65eeabf8aa7.zip
feat(home/cobalt): init
Diffstat (limited to 'home/configs/cobalt/sefidel.nix')
-rw-r--r--home/configs/cobalt/sefidel.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/configs/cobalt/sefidel.nix b/home/configs/cobalt/sefidel.nix
new file mode 100644
index 0000000..094c908
--- /dev/null
+++ b/home/configs/cobalt/sefidel.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+{
+  config = {
+    activeProfiles = [ "base" "development" ];
+
+    programs.htop.settings.detailed_cpu_time = true;
+  };
+}