about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/btop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/btop/default.nix')
-rw-r--r--modules/home.legacy/conf/btop/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/btop/default.nix b/modules/home.legacy/conf/btop/default.nix
index 06b56ea7..ee835b65 100644
--- a/modules/home.legacy/conf/btop/default.nix
+++ b/modules/home.legacy/conf/btop/default.nix
@@ -1,4 +1,13 @@
-{config, ...}: {
+# nixos-config - My current NixOS configuration
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of my nixos-config.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+{...}: {
   programs.btop = {
     enable = true;
   };