diff --git a/configuration.nix b/configuration.nix index c58f298..24cc24e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,6 +117,7 @@ libreoffice-still localsend moonlight-qt + nix-ld obsidian ciscoPacketTracer8 prismlauncher diff --git a/flake.lock b/flake.lock index ce25091..cadba02 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 0e18eb6..48dcdc3 100644 --- a/flake.nix +++ b/flake.nix @@ -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 - #]; - } ]; }; };