Inital commit for theming
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user