installing things
This commit is contained in:
parent
ba5aa0f531
commit
e46c6d3fee
|
@ -20,12 +20,14 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
programs.git = {
|
# programs.git = {
|
||||||
userEmail = "kylerolsen17@gmail.com";
|
# userEmail = "kylerolsen17@gmail.com";
|
||||||
userName = "Kyler Olsen";
|
# userName = "Kyler Olsen";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
dolphin
|
dolphin
|
||||||
wofi
|
wofi
|
||||||
# google-chrome-stable
|
google-chrome
|
||||||
# firefox
|
firefox
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
@ -54,8 +54,8 @@
|
||||||
# Internet Browsers
|
# Internet Browsers
|
||||||
# "$mainMod, B, exec, google-chrome-stable --profile-directory=\"Default\" --new-window"
|
# "$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 ALT, B, exec, google-chrome-stable --profile-directory=\"Profile 1\" --new-window"
|
||||||
# "$mainMod, B, exec, google-chrome-stable"
|
"$mainMod, B, exec, google-chrome-stable"
|
||||||
# "$mainMod ALT, B, exec, firefox"
|
"$mainMod ALT, B, exec, firefox"
|
||||||
|
|
||||||
# Minecraft
|
# Minecraft
|
||||||
# "$mainMod, N, exec, multimc -l \"Dragon Egg Dome\""
|
# "$mainMod, N, exec, multimc -l \"Dragon Egg Dome\""
|
||||||
|
|
Loading…
Reference in New Issue