General maintenance

This commit is contained in:
2025-01-15 05:03:15 -05:00
parent 3857e144e6
commit 3348883bc3
12 changed files with 170 additions and 34 deletions

View File

@@ -8,6 +8,7 @@
stylix.url = "github:danth/stylix";
disko.url = "github:nix-community/disko";
impermanence.url = "github:nix-community/impermanence";
ghostty.url = "github:ghostty-org/ghostty";
nixvim = {
url = "github:nix-community/nixvim";
@@ -31,7 +32,7 @@
};
};
outputs = { self, home-manager, disko, nixpkgs, impermanence, nixvim, stylix, ... }@inputs:
outputs = { self, home-manager, ghostty, disko, nixpkgs, impermanence, nixvim, stylix, ... }@inputs:
let
system = "x86_64-linux";
username = "pagedmov";