removed hello world to test home-manager functionality

This commit is contained in:
Gabriella Bere 2024-08-22 11:20:33 +01:00
parent b84f32a2f9
commit 81a995b235
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@
./modules/waydroid.nix ./modules/waydroid.nix
# Import hyprland module # Import hyprland module
hyprland.homeManagerModules.default # hyprland.homeManagerModules.default
]; ];
}; };
}; };

View file

@ -20,7 +20,6 @@
home.packages = [ home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.
pkgs.hello
pkgs.wayland pkgs.wayland
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the # # overrides. You can do that directly here, just don't forget the