diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-25 17:54:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 17:54:07 -0600 |
| commit | 85729a6c5bc755ddf2cccf37b1b83e460dd9663d (patch) | |
| tree | 23b1b4380c3f9f30a98c8bbd32fba31572984538 | |
| parent | bb675fe4b438a56c461b73283733efccd73b53d2 (diff) | |
fix pathing
| -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.nix | 4 |
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? - } |
