Inital commit for theming

This commit is contained in:
2025-11-20 18:48:39 +01:00
parent 52a9112c48
commit 1544cc30ad
11 changed files with 436 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
{
description = "NixOS Configuration with Hyprland";
description = "NixOS Configuration with Hyprland - Themed Setup";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -14,8 +14,7 @@
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
nixosConfigurations = {
# Replace 'myhost' with your hostname
myhost = nixpkgs.lib.nixosSystem {
MYHOST = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [