feat: add rofi, fonts, dunst config, gtk theme

This commit is contained in:
2025-06-17 23:13:01 -07:00
parent a091cf8a79
commit 9a530d15de
18 changed files with 595 additions and 11 deletions

View File

@@ -12,6 +12,8 @@
mantle.inputs.nixpkgs.follows = "nixpkgs";
rokit.url = "github:rocketcamel/rokit-nix";
rokit.inputs.nixpkgs.follows = "nixpkgs";
custom-fonts.url = "path:./fonts";
custom-fonts.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@@ -71,6 +73,9 @@
inputs.mantle.packages.${host.architecture}.default
inputs.rokit.packages.${host.architecture}.default
];
fonts.packages = [
inputs.custom-fonts.packages.${host.architecture}.default
];
nixpkgs.config.allowUnfree = true;
}
]