From 37c969bc1fe2c605b4e3a3142e10230cd5b37597 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sun, 13 Apr 2025 19:13:46 +0200 Subject: [PATCH 1/2] Pin and Park cores --- home/default.nix | 1 + modules/programs/hyprland/anyrun.nix | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home/default.nix b/home/default.nix index 6e178e2..03c25f9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -30,6 +30,7 @@ }; users.${config.conf.username} = { + disabledModules = ["programs/anyrun.nix"]; imports = [ ./common.nix diff --git a/modules/programs/hyprland/anyrun.nix b/modules/programs/hyprland/anyrun.nix index 832a0be..5b17669 100644 --- a/modules/programs/hyprland/anyrun.nix +++ b/modules/programs/hyprland/anyrun.nix @@ -58,8 +58,8 @@ }; config = lib.mkIf config.mods.hyprland.anyrun.enable ( - lib.optionalAttrs (options ? programs.anyrun) { - programs.anyrun = { + lib.optionalAttrs (options ? home.packages) { + programs.anyrun = lib.mkForce { enable = true; config = if config.mods.hyprland.anyrun.useDefaultConfig @@ -71,7 +71,6 @@ inputs.anyrun.packages.${pkgs.system}.translate inputs.anyrun.packages.${pkgs.system}.websearch ]; - #position = "center"; hideIcons = false; width = { fraction = 0.3; @@ -92,7 +91,7 @@ '' #window { border-radius: 10px; - background-color: none; + background-color: transparent; } box#main { @@ -113,7 +112,7 @@ } entry#entry { - border: none; + border: 0; border-radius: 10px; margin: 10px 10px 0px 10px; } -- 2.51.2 From c906f7d24347702e2aa3bfbce106180c8ddc3eb0 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sun, 27 Apr 2025 17:01:59 +0200 Subject: [PATCH 2/2] Replace DashieTM with Xetibo as new owner --- docs/src/README.md | 2 +- example/flake.nix | 2 +- flake.nix | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/README.md b/docs/src/README.md index fa1d1e3..1f42122 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -14,7 +14,7 @@ This flake is intended to be used as an input to your own NixOS configuration: ```nix dashNix = { - url = "github:DashieTM/DashNix"; + url = "github:Xetibo/DashNix"; inputs = { # ensure these are here to update the packages on your own nixpkgs.follows = "nixpkgs"; diff --git a/example/flake.nix b/example/flake.nix index c621766..3e7cb65 100644 --- a/example/flake.nix +++ b/example/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; stable.url = "github:NixOs/nixpkgs/nixos-24.05"; dashNix = { - url = "github:DashieTM/DashNix"; + url = "github:Xetibo/DashNix"; inputs = { nixpkgs.follows = "nixpkgs"; stable.follows = "stable"; diff --git a/flake.nix b/flake.nix index a418e8b..eabe92d 100644 --- a/flake.nix +++ b/flake.nix @@ -36,12 +36,12 @@ disko.url = "github:nix-community/disko/latest"; anyrun.url = "github:Kirottu/anyrun"; - oxicalc.url = "github:DashieTM/OxiCalc"; - oxishut.url = "github:DashieTM/OxiShut"; - oxinoti.url = "github:DashieTM/OxiNoti"; - oxidash.url = "github:DashieTM/OxiDash"; - oxipaste.url = "github:DashieTM/OxiPaste"; - hyprdock.url = "github:DashieTM/hyprdock"; + oxicalc.url = "github:Xetibo/OxiCalc"; + oxishut.url = "github:Xetibo/OxiShut"; + oxinoti.url = "github:Xetibo/OxiNoti"; + oxidash.url = "github:Xetibo/OxiDash"; + oxipaste.url = "github:Xetibo/OxiPaste"; + hyprdock.url = "github:Xetibo/hyprdock"; reset.url = "github:Xetibo/ReSet"; reset-plugins.url = "github:Xetibo/ReSet-Plugins"; @@ -49,7 +49,7 @@ chaoticNyx.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; dashvim = { - url = "github:DashieTM/DashVim"; + url = "github:Xetibo/DashVim"; }; }; -- 2.51.2