updated all inputs

This commit is contained in:
Gabriella Bere 2024-08-21 11:26:27 +01:00
parent a1dfa40436
commit f79cb5ec61
3 changed files with 271 additions and 15 deletions

View file

@ -20,8 +20,8 @@
home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
pkgs.hello
pkgs.wayland
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
@ -73,4 +73,5 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
wayland.windowManager.hyprland.enable = true;
}