summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/home-manager/firefox.nix (renamed from home-manager/firefox.nix)0
-rw-r--r--.config/home-manager/flake.nix (renamed from home-manager/flake.nix)0
-rw-r--r--.config/home-manager/home.nix (renamed from home-manager/home.nix)0
-rw-r--r--configuration.nix4
4 files changed, 1 insertions, 3 deletions
diff --git a/home-manager/firefox.nix b/.config/home-manager/firefox.nix
index 3e551c3..3e551c3 100644
--- a/home-manager/firefox.nix
+++ b/.config/home-manager/firefox.nix
diff --git a/home-manager/flake.nix b/.config/home-manager/flake.nix
index 1d3da0e..1d3da0e 100644
--- a/home-manager/flake.nix
+++ b/.config/home-manager/flake.nix
diff --git a/home-manager/home.nix b/.config/home-manager/home.nix
index fdaf22d..fdaf22d 100644
--- a/home-manager/home.nix
+++ b/.config/home-manager/home.nix
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?
-
}