installing things
This commit is contained in:
parent
ba5aa0f531
commit
e46c6d3fee
|
@ -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
|
||||
|
|
|
@ -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\""
|
||||
|
|
Loading…
Reference in New Issue