From 10e362af1893185456e9f7515d5950a2696f86bf Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sat, 16 Nov 2024 16:46:32 +0100 Subject: [PATCH] Add credits --- docs/src/README.md | 8 +++++++- flake.nix | 1 + modules/programs/hyprland/hyprlock.nix | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/src/README.md b/docs/src/README.md index bb68834..981ddd0 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -153,7 +153,7 @@ nixosConfigurations = # Installation -You can find a custom ISO on my NextCloud server: [Link](https://cloud.dashie.org/s/z7G3zS9SXeEt2ER). +You can find a custom ISO on my NextCloud server: [Link](https://cloud.dashie.org/s/z7G3zS9SXeEt2ERD). With this, you will receive the example config in /iso/example alongside the gnome desktop environment, as well as a few tools like gnome-disks, neovim, vscodium, a browser etc. @@ -199,3 +199,9 @@ For package lists, please check the individual modules, as the lists can be long - mime: Mime type configuration - xkb: Keyboard layout configuration - scripts: Various preconfigured scripts with the ability to add more + +# Credits + +- [Fufexan]( https://github.com/fufexan) for the xdg-mime config: +- [Catppuccin]( https://github.com/catppuccin) for base16 colors +- [Danth]( https://github.com/danth) for providing a base for the nix docs diff --git a/flake.nix b/flake.nix index daa994d..56557d7 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ Hyprspace = { url = "github:KZDKM/Hyprspace"; + inputs.hyprland.follows = "hyprland"; }; nur.url = "github:nix-community/nur"; diff --git a/modules/programs/hyprland/hyprlock.nix b/modules/programs/hyprland/hyprlock.nix index 5aa5934..a33243f 100644 --- a/modules/programs/hyprland/hyprlock.nix +++ b/modules/programs/hyprland/hyprlock.nix @@ -19,6 +19,9 @@ config = lib.mkIf config.mods.hyprland.hyprlock.enable ( lib.optionalAttrs (options ? xdg.configFile) { + stylix.targets.hyprlock = { + enable = false; + }; home.packages = with pkgs; [ hyprlock ]; programs.hyprlock = lib.mkIf config.mods.hyprland.hyprlock.enable { enable = true;