1
0
Fork 0

update flakes

This commit is contained in:
cătălin 2025-10-23 11:45:12 +02:00
commit 155bd93b89
No known key found for this signature in database
4 changed files with 50 additions and 134 deletions

View file

@ -4,18 +4,16 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
ghostty = {
url = "github:ghostty-org/ghostty";
};
nix-snapd.url = "github:nix-community/nix-snapd";
nix-snapd.inputs.nixpkgs.follows = "nixpkgs";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, unstable, ghostty, nix-snapd, home-manager, ... }:
outputs = { self, nixpkgs, unstable, nix-snapd, home-manager, ... }:
let
system = "x86_64-linux";
lib = nixpkgs.lib;
@ -31,7 +29,6 @@
home-manager.nixosModules.home-manager
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default
];
}
];