[feat] Add forked version of anyrun
This commit is contained in:
25
config/nix/flake.lock
generated
25
config/nix/flake.lock
generated
@@ -8,15 +8,15 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701453400,
|
||||
"narHash": "sha256-hI9+KBShsSfvWX7bmRa/1VI20WGat3lDXmbceMZzMS4=",
|
||||
"owner": "Kirottu",
|
||||
"lastModified": 1708281605,
|
||||
"narHash": "sha256-I25ZCH4lr8upYUWolS1UXaq3xEfoMA20bjTHkB07cVU=",
|
||||
"owner": "uttarayan21",
|
||||
"repo": "anyrun",
|
||||
"rev": "e14da6c37337ffa3ee1bc66965d58ef64c1590e5",
|
||||
"rev": "4673f0a6049329235597658f2494043b6b222e76",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Kirottu",
|
||||
"owner": "uttarayan21",
|
||||
"repo": "anyrun",
|
||||
"type": "github"
|
||||
}
|
||||
@@ -81,16 +81,17 @@
|
||||
"rust-overlay": "rust-overlay_2"
|
||||
},
|
||||
"locked": {
|
||||
"dirtyRev": "0fd7377026e800022e661ae887b99a8ce7f1846d-dirty",
|
||||
"dirtyShortRev": "0fd7377-dirty",
|
||||
"lastModified": 1708266468,
|
||||
"lastModified": 1708279042,
|
||||
"narHash": "sha256-z2KAA2Jtphn8+psnDDZClhXG3N7zwNfBFrVu5lqrK6w=",
|
||||
"type": "git",
|
||||
"url": "file:///home/servius/Projects/anyrun-rink"
|
||||
"owner": "uttarayan21",
|
||||
"repo": "anyrun-rink",
|
||||
"rev": "45feb4fb26f7a03fd99ff1d558c0eaf4e6862201",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "file:///home/servius/Projects/anyrun-rink"
|
||||
"owner": "uttarayan21",
|
||||
"repo": "anyrun-rink",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crane": {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
};
|
||||
|
||||
anyrun = {
|
||||
url = "github:Kirottu/anyrun";
|
||||
url = "github:uttarayan21/anyrun";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
anyrun-hyprwin = {
|
||||
@@ -33,8 +33,7 @@
|
||||
};
|
||||
|
||||
anyrun-rink = {
|
||||
# url = "github:uttarayan21/anyrun-rink";
|
||||
url = "git+file:///home/servius/Projects/anyrun-rink";
|
||||
url = "github:uttarayan21/anyrun-rink";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
plugins = with inputs.anyrun.packages.${pkgs.system}; [
|
||||
inputs.anyrun-nixos-options.packages.${pkgs.system}.default
|
||||
inputs.anyrun-hyprwin.packages.${pkgs.system}.default
|
||||
inputs.anyrun-rink.packages.${pkgs.system}.default
|
||||
# inputs.anyrun-rink.packages.${pkgs.system}.default
|
||||
# rink
|
||||
applications
|
||||
websearch
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
Reference in New Issue
Block a user