Compare commits
2 Commits
211f311d0d
...
157178f95e
Author | SHA1 | Date | |
---|---|---|---|
157178f95e | |||
8f7dcd3ce7 |
18
README.md
18
README.md
@ -1,22 +1,38 @@
|
||||
# NixOS Configurations
|
||||
|
||||
My NixOS configurations for my desktop
|
||||
My NixOS configurations with dotfiles for my desktop
|
||||
|
||||

|
||||
|
||||
## Includes
|
||||
|
||||
| | |
|
||||
|--------|------------|
|
||||
| WM | Hyprland |
|
||||
| Shell | Fish |
|
||||
| Prompt | Starship |
|
||||
| Theme | Catppuccin |
|
||||
|
||||
## Commands
|
||||
|
||||
Format all .nix files
|
||||
|
||||
```Shell
|
||||
./fmt
|
||||
```
|
||||
|
||||
Rebuild and test Nix configuration
|
||||
|
||||
- Will add all new files to git and format all nix-files
|
||||
|
||||
```Shell
|
||||
./test
|
||||
```
|
||||
|
||||
Rebuild and switch Nix configuration
|
||||
|
||||
- Will add all new files to git and format all nix-files
|
||||
|
||||
```Shell
|
||||
./rebuild
|
||||
```
|
||||
|
BIN
assets/desktop.png
Normal file
BIN
assets/desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
@ -75,7 +75,7 @@
|
||||
"wireplumber": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"format-muted": " ",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"",
|
||||
@ -105,13 +105,13 @@
|
||||
"tooltip": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"notification": "<span foreground='red'><sup></sup></span>",
|
||||
"notification": "<span foreground='#f38ba8'><sup></sup></span>",
|
||||
"none": "",
|
||||
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-notification": "<span foreground='#f38ba8'><sup></sup></span>",
|
||||
"dnd-none": "",
|
||||
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"inhibited-notification": "<span foreground='#f38ba8'><sup></sup></span>",
|
||||
"inhibited-none": "",
|
||||
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||
"dnd-inhibited-notification": "<span foreground='#f38ba8'><sup></sup></span>",
|
||||
"dnd-inhibited-none": ""
|
||||
},
|
||||
"return-type": "json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user