feat: add cyber-tux package

This commit is contained in:
tux
2025-02-15 17:47:46 +05:30
parent 77fb668e5a
commit becabf7591
3 changed files with 26 additions and 2 deletions

21
flake.lock generated
View File

@ -1,5 +1,25 @@
{
"nodes": {
"cyber-tux": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1739498566,
"narHash": "sha256-jKDn7/6o/ofpuGG6l4ZmXTgezAgquUjxzi+/kK83jzw=",
"ref": "refs/heads/main",
"rev": "388a7b8469a68c87a81610fdfa475e8102333db1",
"revCount": 6,
"type": "git",
"url": "ssh://git@github.com/tuxdotrs/cyber-tux.git"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/tuxdotrs/cyber-tux.git"
}
},
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
@ -678,6 +698,7 @@
},
"root": {
"inputs": {
"cyber-tux": "cyber-tux",
"deploy-rs": "deploy-rs",
"disko": "disko",
"ghostty": "ghostty",

View File

@ -90,6 +90,10 @@
url = "git+ssh://git@github.com/tuxdotrs/nix-secrets.git?shallow=1";
inputs.nixpkgs.follows = "nixpkgs";
};
cyber-tux = {
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty.url = "github:ghostty-org/ghostty";
nixos-hardware.url = "github:nixos/nixos-hardware";
nixpkgs-f2k.url = "github:moni-dz/nixpkgs-f2k";

View File

@ -3,9 +3,8 @@
modifications = final: prev: {
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git;
ghostty = inputs.ghostty.packages.x86_64-linux.default;
cyber-tux = inputs.cyber-tux.packages.${prev.system}.default;
discord = prev.discord.override {
withOpenASAR = true;
withVencord = true;