Compare commits

...

2 Commits

Author SHA1 Message Date
jay
6aaad3ad7b Add legcord. 2025-07-28 13:19:30 -04:00
jay
3cc469278e Flake update. 2025-07-28 13:19:14 -04:00
2 changed files with 13 additions and 12 deletions

24
flake.lock generated
View File

@@ -286,11 +286,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753479839, "lastModified": 1753592768,
"narHash": "sha256-E/rPVh7vyPMJUFl2NAew+zibNGfVbANr8BP8nLRbLkQ=", "narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0b9bf983db4d064764084cd6748efb1ab8297d1e", "rev": "fc3add429f21450359369af74c2375cb34a2d204",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -555,11 +555,11 @@
}, },
"nixpkgs-stable-nixos": { "nixpkgs-stable-nixos": {
"locked": { "locked": {
"lastModified": 1753345091, "lastModified": 1753489912,
"narHash": "sha256-CdX2Rtvp5I8HGu9swBmYuq+ILwRxpXdJwlpg8jvN4tU=", "narHash": "sha256-uDCFHeXdRIgJpYmtcUxGEsZ+hYlLPBhR83fdU+vbC1s=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3ff0e34b1383648053bba8ed03f201d3466f90c9", "rev": "13e8d35b7d6028b7198f8186bc0347c6abaa2701",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -708,11 +708,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1753554866, "lastModified": 1753700909,
"narHash": "sha256-+hsNywrYZG5aHYNyPZk5KszSoZA9zJmPLXxXhFpRdb8=", "narHash": "sha256-CHLE7khNwL6bmciOb9ZVZlamCMZcdfFVcbA+AxpUQ58=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "66b65a0babde5a160b1ee6ee8ead348941de2ba9", "rev": "f63071fcf60caf14201a9a011436cd4c3447be92",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -885,11 +885,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753588181, "lastModified": 1753674409,
"narHash": "sha256-tPIPXawa0EoKNnWy1pvPVT8L9sQE1ib2kXzQRWfEb8o=", "narHash": "sha256-jhBdIc802upDu3S/Nu0rgVlIJ39E8KWugQwm/a74MBY=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "cb901a797a6e9f828c25b3a8eb26a554e23551d5", "rev": "e1bf71a0eb5ff9fdcfe83f6e4676ce19dd87f468",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -2,6 +2,7 @@
home.packages = [ home.packages = [
pkgs.betterdiscordctl pkgs.betterdiscordctl
pkgs.discord pkgs.discord
pkgs.legcord
]; ];
} }