From 0f6d9c16b5ed678c0d0a2ec52e0481f07e1c6f6a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:55:12 +0100 Subject: [PATCH] edit description Former-commit-id: e0ddc9786e0134d5eeb78c81a0e16180be40ef59 --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1f41510..d0dd33c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { # https://github.com/anotherhadi/nixy description = '' - Nixy is a NixOS configuration with home-manager, secrets and custom theming all in one place. - It's a simple way to manage your system configuration and dotfiles. + Nixy simplifies and unifies the Hyprland ecosystem with a modular, easily customizable setup. + It provides a structured way to manage your system configuration and dotfiles with minimal effort. ''; inputs = { @@ -51,6 +51,7 @@ ./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder ]; }; + # Jack is my server jack = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [