🖌️ Styled Fastfetch, more info in README, alias for fastfetch
This commit is contained in:
20
README.md
20
README.md
@ -4,17 +4,25 @@ My NixOS configurations with dotfiles for my desktop
|
||||
|
||||

|
||||
|
||||
## Includes
|
||||
## Uses
|
||||
|
||||
| | |
|
||||
|--------|------------|
|
||||
| ------ | ---------- |
|
||||
| WM | Hyprland |
|
||||
| Shell | Fish |
|
||||
| Prompt | Starship |
|
||||
| Theme | Catppuccin |
|
||||
| GPU | NVidia |
|
||||
| Panel | Hyprpanel |
|
||||
| Runner | Rofi |
|
||||
| Fetch | Fastfetch |
|
||||
|
||||
Requires Nix-channel with [NixOS 24.11](https://nixos.org/)
|
||||
|
||||
## Commands
|
||||
|
||||
Scripts will not run unless the necessary packages have been added to the path, either in a shell or by running nixos-rebuild
|
||||
|
||||
Format all .nix files
|
||||
|
||||
```Shell
|
||||
@ -36,3 +44,11 @@ Rebuild and switch Nix configuration
|
||||
```Shell
|
||||
./rebuild
|
||||
```
|
||||
|
||||
Update and switch
|
||||
|
||||
- Will update the flakes and nix-channel, then switch if there are no errors
|
||||
|
||||
```Shell
|
||||
./update
|
||||
```
|
||||
|
Reference in New Issue
Block a user