Add KelmscottMono font, start managing configs in out of store links

This commit is contained in:
2025-05-20 17:57:51 +02:00
parent 1845c938dc
commit 65311be845
7 changed files with 732 additions and 51 deletions
+7 -1
View File
@@ -27,11 +27,17 @@
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
defaultCfg = rec {
username = "liamm";
homeDirectory = "/home/${username}";
runtimeRoot = "${homeDirectory}/personal/nixos";
context = self;
};
in
{
nixosConfigurations = {
darp8 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
specialArgs = {inherit inputs; cfg = defaultCfg; };
modules = [
hyprland.nixosModules.default
./hosts/darp8/configuration.nix