mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
update: README.md
This commit is contained in:
12
README.md
12
README.md
@@ -58,6 +58,18 @@ You need to have [home manager](https://nix-community.github.io/home-manager/ind
|
||||
3. Run this command to apply all the configurations for the first time `home-manager switch --flake .#nixos -b backup`. Make sure to be in the repo root. All your existing files will be backed up with `.backup` extension.
|
||||
4. Enjoy! Now you can use [nh](https://github.com/nix-community/nh). So for example to switch use `nh home switch . -c nixos --backup-extension backup`
|
||||
|
||||
|
||||
**ALSO MAKE SURE TO ENABLE HYPRLAND SYSTEM WIDE!!!!**
|
||||
```nix
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
I hope you'll enjoy it, if you for whatever reason want to try this random ass dotfiles found on the internet…
|
||||
|
||||
Reference in New Issue
Block a user