This commit is contained in:
Hadi 2024-06-24 00:10:35 +02:00
parent 2e31e74d92
commit 87ae5dd36f
4 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[//]: # (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.)
[//]: # (Author: Hadi)
[//]: # (Date: 06/23/24)
[//]: # (Date: 06/24/24)
<div align="center">
<img src="https://raw.githubusercontent.com/anotherhadi/nixy/main/docs/src/logo.png" width="100px" />
@ -69,6 +69,9 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
- 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')
> ![NOTE]
> When you add new files, don't forget to run `git add .` to add them to the git repository
```sh
sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname
```

View File

@ -33,6 +33,9 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
- 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')
> ![NOTE]
> When you add new files, don't forget to run `git add .` to add them to the git repository
```sh
sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname
```

View File

@ -1,7 +1,7 @@
{ pkgs, config, ... }: {
imports = [
../hosts/laptop/variables.nix
../hosts/laptop/variables.nix # CHANGEME, replace with your host
# Programs
./programs/btop

View File

@ -78,7 +78,7 @@ let
},
{
"title": "Adguard Home",
"url": "http://jack:3001",
"url": "http://192.168.2.24:3001",
"icon": "󰷱"
},
{