Skip to content

Commit 145ca4d

Browse files
authored
Replace DashieTM with Xetibo as new owner (#6)
* Pin and Park cores * Replace DashieTM with Xetibo as new owner
1 parent 3527bf2 commit 145ca4d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This flake is intended to be used as an input to your own NixOS configuration:
1414

1515
```nix
1616
dashNix = {
17-
url = "github:DashieTM/DashNix";
17+
url = "github:Xetibo/DashNix";
1818
inputs = {
1919
# ensure these are here to update the packages on your own
2020
nixpkgs.follows = "nixpkgs";

example/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
66
stable.url = "github:NixOs/nixpkgs/nixos-24.05";
77
dashNix = {
8-
url = "github:DashieTM/DashNix";
8+
url = "github:Xetibo/DashNix";
99
inputs = {
1010
nixpkgs.follows = "nixpkgs";
1111
stable.follows = "stable";

flake.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@
3636
disko.url = "github:nix-community/disko/latest";
3737

3838
anyrun.url = "github:Kirottu/anyrun";
39-
oxicalc.url = "github:DashieTM/OxiCalc";
40-
oxishut.url = "github:DashieTM/OxiShut";
41-
oxinoti.url = "github:DashieTM/OxiNoti";
42-
oxidash.url = "github:DashieTM/OxiDash";
43-
oxipaste.url = "github:DashieTM/OxiPaste";
44-
hyprdock.url = "github:DashieTM/hyprdock";
39+
oxicalc.url = "github:Xetibo/OxiCalc";
40+
oxishut.url = "github:Xetibo/OxiShut";
41+
oxinoti.url = "github:Xetibo/OxiNoti";
42+
oxidash.url = "github:Xetibo/OxiDash";
43+
oxipaste.url = "github:Xetibo/OxiPaste";
44+
hyprdock.url = "github:Xetibo/hyprdock";
4545
reset.url = "github:Xetibo/ReSet";
4646
reset-plugins.url = "github:Xetibo/ReSet-Plugins";
4747

4848
# absolute insanity
4949
chaoticNyx.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
5050

5151
dashvim = {
52-
url = "github:DashieTM/DashVim";
52+
url = "github:Xetibo/DashVim";
5353
};
5454
};
5555

home/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
};
3131

3232
users.${config.conf.username} = {
33+
disabledModules = ["programs/anyrun.nix"];
3334
imports =
3435
[
3536
./common.nix

modules/programs/hyprland/anyrun.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
};
5959

6060
config = lib.mkIf config.mods.hyprland.anyrun.enable (
61-
lib.optionalAttrs (options ? programs.anyrun) {
62-
programs.anyrun = {
61+
lib.optionalAttrs (options ? home.packages) {
62+
programs.anyrun = lib.mkForce {
6363
enable = true;
6464
config =
6565
if config.mods.hyprland.anyrun.useDefaultConfig
@@ -71,7 +71,6 @@
7171
inputs.anyrun.packages.${pkgs.system}.translate
7272
inputs.anyrun.packages.${pkgs.system}.websearch
7373
];
74-
#position = "center";
7574
hideIcons = false;
7675
width = {
7776
fraction = 0.3;
@@ -92,7 +91,7 @@
9291
''
9392
#window {
9493
border-radius: 10px;
95-
background-color: none;
94+
background-color: transparent;
9695
}
9796
9897
box#main {
@@ -113,7 +112,7 @@
113112
}
114113
115114
entry#entry {
116-
border: none;
115+
border: 0;
117116
border-radius: 10px;
118117
margin: 10px 10px 0px 10px;
119118
}

0 commit comments

Comments
 (0)