summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix
index 9098840..8773a6c 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -1,4 +1,4 @@
-# Edit this configuration file to define what should be installed on
+.# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
@@ -91,7 +91,6 @@
lf
wget
git
- home-manager
];
# browser
@@ -140,5 +139,4 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?
-
}