Update
This commit is contained in:
parent
7fab715859
commit
957b148656
@ -1,7 +1,7 @@
|
|||||||
[//]: # (Title: Nixy)
|
[//]: # (Title: Nixy)
|
||||||
[//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.)
|
[//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.)
|
||||||
[//]: # (Author: Hadi)
|
[//]: # (Author: Hadi)
|
||||||
[//]: # (Date: 07/01/24)
|
[//]: # (Date: 08/18/24)
|
||||||
[//]: # (Version: v2.0.1)
|
[//]: # (Version: v2.0.1)
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
@ -57,9 +57,8 @@ It's a simple way to manage your system configuration and dotfiles.
|
|||||||
- 'system' is some desktop environment like configuration
|
- 'system' is some desktop environment like configuration
|
||||||
- 'wallpapers' are... wallpapers
|
- 'wallpapers' are... wallpapers
|
||||||
- 💻 `hosts` are the system configuration files
|
- 💻 `hosts` are the system configuration files
|
||||||
- 'laptop' is my configuration for my laptop with Nvidia
|
- 'laptop' is my configuration for my laptop with Nvidia that you can copy
|
||||||
- 'server' is for my homeserver (w/nextcloud, nginx, vaultwarden, ... look `hosts/server`)
|
- 'server' is for my homeserver (w/nextcloud, nginx, vaultwarden, ... look `hosts/server`)
|
||||||
- 'guest' is a *template* that you can copy and modify for *your own system*
|
|
||||||
- 'themes' contains all the *themes* available *(see [THEMES.md](docs/THEMES.md))*
|
- 'themes' contains all the *themes* available *(see [THEMES.md](docs/THEMES.md))*
|
||||||
- 'modules' are some nix modules that you can import (Nvidia, prime, fonts, ...)
|
- 'modules' are some nix modules that you can import (Nvidia, prime, fonts, ...)
|
||||||
|
|
||||||
@ -69,9 +68,9 @@ It's a simple way to manage your system configuration and dotfiles.
|
|||||||
git clone https://github.com/anotherhadi/nixy ~/.config/nixos
|
git clone https://github.com/anotherhadi/nixy ~/.config/nixos
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the `hosts/guest` folder, rename it to your system name, and change the variables inside the `variables.nix` file
|
- Copy the `hosts/laptop` folder, rename it to your system name, and change the variables inside the `variables.nix` file
|
||||||
- Add your `hardware-configuration.nix` to your new host's folder
|
- Add your `hardware-configuration.nix` to your new host's folder
|
||||||
- Add your 'nixosConfigurations' inside `flake.nix` (You can edit the "yourhostname" one and change the lines containing '# CHANGEME')
|
- Add your 'nixosConfigurations' inside `flake.nix` (You can edit your hostname one and change the lines containing '# CHANGEME')
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> When you add new files, don't forget to run `git add .` to add them to the git repository
|
> When you add new files, don't forget to run `git add .` to add them to the git repository
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
# Wallpapers
|
# Wallpapers
|
||||||
|
|
||||||
Wallpapers can be found in the ./home/wallpapers folder.
|
Wallpapers can be found in the `/home/wallpapers` folder.
|
||||||
|
|
||||||
| Name | Preview |
|
| Name | Preview |
|
||||||
| -- | -- |
|
|---------------------|----------------------------------------------------------------|
|
||||||
| 146.png |  |
|
|
||||||
| 147.png |  |
|
|
||||||
| astronaut.png |  |
|
| astronaut.png |  |
|
||||||
| aurore.png |  |
|
| aurore.png |  |
|
||||||
| barcode.png |  |
|
| barcode.png |  |
|
||||||
| cat-leaves.png |  |
|
| cat-leaves.png |  |
|
||||||
|
| city.png |  |
|
||||||
| cloud.png |  |
|
| cloud.png |  |
|
||||||
| clouds.png |  |
|
|
||||||
| clouds2.png |  |
|
| clouds2.png |  |
|
||||||
|
| clouds.png |  |
|
||||||
| coffee.png |  |
|
| coffee.png |  |
|
||||||
| dark.png |  |
|
|
||||||
| dark_cloud.png |  |
|
| dark_cloud.png |  |
|
||||||
|
| dark.png |  |
|
||||||
| fuji-dark.png |  |
|
| fuji-dark.png |  |
|
||||||
| fuji-light.png |  |
|
| fuji-light.png |  |
|
||||||
| galaxy.png |  |
|
| galaxy.png |  |
|
||||||
@ -30,8 +29,9 @@ Wallpapers can be found in the ./home/wallpapers folder.
|
|||||||
| nix.png |  |
|
| nix.png |  |
|
||||||
| problems.png |  |
|
| problems.png |  |
|
||||||
| sea.png |  |
|
| sea.png |  |
|
||||||
| space.png |  |
|
| see.png |  |
|
||||||
| space2.png |  |
|
| space2.png |  |
|
||||||
|
| space.png |  |
|
||||||
| street.png |  |
|
| street.png |  |
|
||||||
| sun.png |  |
|
| sun.png |  |
|
||||||
| tokyo.png |  |
|
| tokyo.png |  |
|
||||||
|
Loading…
Reference in New Issue
Block a user