mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: add cyber-tux package
This commit is contained in:
21
flake.lock
generated
21
flake.lock
generated
@ -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",
|
||||
|
@ -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";
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user