installing things

This commit is contained in:
Kyler Olsen 2025-05-08 13:26:31 -06:00
parent ba5aa0f531
commit e46c6d3fee
2 changed files with 10 additions and 8 deletions

View File

@ -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

View File

@ -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\""