Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 23, 2024
1 parent f090bc9 commit 998bf0d
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 23 deletions.
6 changes: 6 additions & 0 deletions cells/home/profiles/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
inputs,
cell,
}: {pkgs, ...}: {
imports = [
inputs.nix-index-database.hmModules.nix-index
];

programs.bash = {
enable = true;
enableCompletion = true;
Expand Down Expand Up @@ -99,6 +103,8 @@
fuzzySearchFactor = 3;
};

programs.nix-index.enable = true;

programs.starship = {
enable = true;
enableBashIntegration = true;
Expand Down
2 changes: 1 addition & 1 deletion cells/nixos/profiles/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
dragon
firefox
google-chrome
handbrake
# handbrake
haruna
kitty
motrix
Expand Down
45 changes: 33 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
url = "github:berberman/nvfetcher";
inputs.nixpkgs.follows = "nixpkgs";
};

nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
};

nixConfig = rec {
Expand All @@ -117,8 +122,8 @@
"https://cuda-maintainers.cachix.org?priority=40"
"https://hyprland.cachix.org?priority=40"
"https://mirror.sjtu.edu.cn/nix-channels/store?priority=25"
"https://mirrors.cqupt.edu.cn/nix-channels/store?priority=35"
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=30"
# "https://mirrors.cqupt.edu.cn/nix-channels/store?priority=35"
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=25"
"https://mirrors.ustc.edu.cn/nix-channels/store?priority=35"
"https://nichijou.cachix.org?priority=40"
"https://nix-community.cachix.org?priority=40"
Expand Down
8 changes: 4 additions & 4 deletions nvfetcher/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"rime-ice": {
"cargoLocks": null,
"date": "2024-03-20",
"date": "2024-03-22",
"extract": null,
"name": "rime-ice",
"passthru": null,
Expand All @@ -153,10 +153,10 @@
"name": null,
"owner": "iDvel",
"repo": "rime-ice",
"rev": "440ac15a13238ab51ff14ff7ca2d40d104eba6a6",
"sha256": "sha256-+H9kEryP6yq43KYsXAY+CtivlkTK/ioshjlpVNgPow4=",
"rev": "fc2a5eb7aafa73148b7bc4508e9995b492cecd5a",
"sha256": "sha256-HNjfXI9DFRIAKwR/4mhqPYuLneOptdG2cgEOQbaflV8=",
"type": "github"
},
"version": "440ac15a13238ab51ff14ff7ca2d40d104eba6a6"
"version": "fc2a5eb7aafa73148b7bc4508e9995b492cecd5a"
}
}
8 changes: 4 additions & 4 deletions nvfetcher/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
};
rime-ice = {
pname = "rime-ice";
version = "440ac15a13238ab51ff14ff7ca2d40d104eba6a6";
version = "fc2a5eb7aafa73148b7bc4508e9995b492cecd5a";
src = fetchFromGitHub {
owner = "iDvel";
repo = "rime-ice";
rev = "440ac15a13238ab51ff14ff7ca2d40d104eba6a6";
rev = "fc2a5eb7aafa73148b7bc4508e9995b492cecd5a";
fetchSubmodules = false;
sha256 = "sha256-+H9kEryP6yq43KYsXAY+CtivlkTK/ioshjlpVNgPow4=";
sha256 = "sha256-HNjfXI9DFRIAKwR/4mhqPYuLneOptdG2cgEOQbaflV8=";
};
date = "2024-03-20";
date = "2024-03-22";
};
}

0 comments on commit 998bf0d

Please sign in to comment.