diff --git a/home-manager/home.nix b/home-manager/home.nix index 4538db4..33a1777 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -9,7 +9,7 @@ # You can also split up your configuration and import pieces of it here: # ./nvim.nix - ./i3.nix + # ./i3.nix ]; nixpkgs = { @@ -44,6 +44,7 @@ programs.neovim.enable = true; home.packages = with pkgs; [ steam + librewolf ]; # Enable home-manager and git diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3adfe85..fd5c963 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -12,7 +12,7 @@ # You can also split up your configuration and import pieces of it here: # ./users.nix ./network.nix - # ./i3.nix + ./i3.nix # Import home-manager's NixOS module inputs.home-manager.nixosModules.home-manager diff --git a/nixos/i3.nix b/nixos/i3.nix index faccc1f..dd4e95f 100644 --- a/nixos/i3.nix +++ b/nixos/i3.nix @@ -23,7 +23,6 @@ ]; }; - displayManager.session = "none"; # windowManager.default = "i3"; layout = "us"; xkbVariant = "";