From 81a995b235c3f7510a6cd52766f1fa92c167c46a Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 11:20:33 +0100 Subject: [PATCH] removed hello world to test home-manager functionality --- flake.nix | 2 +- hosts/gabbielaptop/home.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 61f0c43..3f5d036 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ./modules/waydroid.nix # Import hyprland module - hyprland.homeManagerModules.default +# hyprland.homeManagerModules.default ]; }; }; diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 09a3620..07d70af 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -20,7 +20,6 @@ home.packages = [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. - 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