Nix: fix syntax

This commit is contained in:
Mihai Fufezan 2022-12-28 17:31:43 +02:00
parent 2dbf6731c9
commit 8e96c3f320
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
3 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,7 @@ For a list of available options, check the
];
};
};
}
```
Don't forget to replace `user@hostname` with your username and hostname!
@ -38,7 +39,7 @@ Don't forget to replace `user@hostname` with your username and hostname!
```nix
# home config
{config, pkgs, inputs, ...}: let
{config, pkgs, ...}: let
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
hyprland = (import flake-compat {

View File

@ -30,6 +30,7 @@ As such, installation using the Flake is recommended.
];
};
};
}
```
Don't forget to replace `HOSTNAME` with your hostname!

View File

@ -26,7 +26,7 @@ programs.hyprland = { # or wayland.windowManager.hyprland
hidpi = true;
};
nvidiaPatches = false;
}
};
```
## Options descriptions