diff --git a/home/home.nix b/home/home.nix index 0ac102d..0b7244f 100644 --- a/home/home.nix +++ b/home/home.nix @@ -20,12 +20,14 @@ home.sessionVariables = { }; + nixpkgs.config.allowUnfree = true; + programs.home-manager.enable = true; - programs.git = { - userEmail = "kylerolsen17@gmail.com"; - userName = "Kyler Olsen"; - }; + # programs.git = { + # userEmail = "kylerolsen17@gmail.com"; + # userName = "Kyler Olsen"; + # }; # This value determines the Home Manager release that your configuration is # compatible with. This helps avoid breakage when a new Home Manager release diff --git a/home/hyprland.nix b/home/hyprland.nix index a6f0a2f..d7bd654 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -5,8 +5,8 @@ wl-clipboard dolphin wofi - # google-chrome-stable - # firefox + google-chrome + firefox ]; wayland.windowManager.hyprland = { @@ -54,8 +54,8 @@ # Internet Browsers # "$mainMod, B, exec, google-chrome-stable --profile-directory=\"Default\" --new-window" # "$mainMod ALT, B, exec, google-chrome-stable --profile-directory=\"Profile 1\" --new-window" - # "$mainMod, B, exec, google-chrome-stable" - # "$mainMod ALT, B, exec, firefox" + "$mainMod, B, exec, google-chrome-stable" + "$mainMod ALT, B, exec, firefox" # Minecraft # "$mainMod, N, exec, multimc -l \"Dragon Egg Dome\""