Redid setup. I swear the commit messages will get better

This commit is contained in:
Weckyy702
2026-01-16 00:21:04 +01:00
parent a561aa45e9
commit 156bd44710
8 changed files with 2044 additions and 21 deletions

View File

@@ -5,10 +5,15 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
#TODO: nixvim, etc
nixvim.url = "github:nix-community/nixvim/nixos-25.11";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs: {
nixosConfigurations.keith =
let
hostname = "keith";