Replace zsh with fish

Install nix-index and nix-index-database
Update flake inputs
This commit is contained in:
Pim Kunis 2024-09-24 22:19:37 +02:00
parent 5d675cbaad
commit f115729b24
3 changed files with 69 additions and 36 deletions

View file

@ -6,7 +6,12 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nur.url = "github:nix-community/NUR";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
stylix.url = "github:danth/stylix/release-24.05";
stylix.url = "github:pizzapim/stylix/release-24.05";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager?ref=release-24.05";