diff --git a/configuration.nix b/configuration.nix index 70601e3..b2b67e0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,12 +2,13 @@ let stateVersion = "23.05"; + home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-${stateVersion}.tar.gz"; in { imports = [ ./hardware-configuration.nix - + (import "${home-manager}/nixos") ]; boot.loader.systemd-boot.enable = true; diff --git a/home.nix b/home.nix index fd42cd4..f54bf41 100644 --- a/home.nix +++ b/home.nix @@ -10,6 +10,8 @@ programs = { home-manager.enable = true; alacritty.enable = true; + # ripgrep.enable = true; + firefox = { enable = true; profiles.default = {