This commit is contained in:
KaitoTLex 2025-01-18 21:25:13 -08:00
parent 1cfefe2c14
commit 05602a47b3
3 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -547,14 +547,14 @@
"locked": {
"lastModified": 1731377913,
"narHash": "sha256-U/NKOKRChr15VE2zT583iOJ/uBpAARBKfiAeNB+XNq4=",
"owner": "kaitotlex",
"repo": "zen",
"owner": "youwen5",
"repo": "zen-browser-source-flake",
"rev": "4d151693f8fdf58bdcdc63ea51d1420b5779577c",
"type": "github"
},
"original": {
"owner": "kaitotlex",
"repo": "zen",
"owner": "youwen5",
"repo": "zen-browser-source-flake",
"type": "github"
}
}

View file

@ -20,7 +20,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
zen = {
url = "github:kaitotlex/zen";
url = "github:youwen5/zen-browser-source-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
wallpapers = {

View file

@ -258,7 +258,6 @@
enable = true;
package = pkgs.firefox-devedition;
};
programs.ripgrep.enable = true;
programs.oh-my-posh = {