God damn Nix man

This commit is contained in:
lulusilly 2025-08-31 23:55:31 -04:00
parent 352a3dbbd8
commit d79523bc01

View file

@ -3,12 +3,14 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# home-manager.url = "github:nix-community/home-manager";
# home-manager.inputs.nixpkgs.follows = "nixpkgs";
stylix.url = "github:danth/stylix";
stylix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, ... }@inputs: let
system = "x86_64-linux";
system = builtins.currentSystem;
hostname = builtins.getEnv "HOSTNAME";
in
{