removed depricated ghostty flake

This commit is contained in:
2025-03-04 14:26:01 -08:00
parent 229850cc9e
commit 64e67a7e2e
3 changed files with 7 additions and 14 deletions

View File

@@ -117,6 +117,7 @@
libreoffice-still
localsend
moonlight-qt
nix-ld
obsidian
ciscoPacketTracer8
prismlauncher

12
flake.lock generated
View File

@@ -217,11 +217,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1740463929,
"narHash": "sha256-4Xhu/3aUdCKeLfdteEHMegx5ooKQvwPHNkOgNCXQrvc=",
"lastModified": 1740932899,
"narHash": "sha256-F0qDu2egq18M3edJwEOAE+D+VQ+yESK6YWPRQBfOqq8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5d7db4668d7a0c6cc5fc8cf6ef33b008b2b1ed8b",
"rev": "1546c45c538633ae40b93e2d14e0bb6fd8f13347",
"type": "github"
},
"original": {
@@ -246,11 +246,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1740416728,
"narHash": "sha256-RNT0py9/iF8JIBYLaMAL0H52wt2TIyc0uLmyz7tmfkc=",
"lastModified": 1740919463,
"narHash": "sha256-8jEXQsZUiG86T/H8dCxYOJ+kAT+ppVylaPYiFwrNL6g=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "92a97c5e4170b1509dc598fc2d63160eb48095c7",
"rev": "7e27ae55d17db65bd3ff02bcbec0615d50584910",
"type": "github"
},
"original": {

View File

@@ -14,9 +14,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
#ghostty = {
# url = "github:ghostty-org/ghostty";
#};
};
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: {
@@ -27,11 +24,6 @@
modules = [
./configuration.nix
inputs.home-manager.nixosModules.default
{
#environment.systemPackages = [
# ghostty.packages.x86_64-linux.default
#];
}
];
};
};