Compare commits
No commits in common. "157178f95e3fc9840fac1a535c9b130f1bb5314a" and "211f311d0d6ca9edab24e26ebd4dda1220e564c1" have entirely different histories.
157178f95e
...
211f311d0d
18
README.md
18
README.md
@ -1,38 +1,22 @@
|
|||||||
# NixOS Configurations
|
# NixOS Configurations
|
||||||
|
|
||||||
My NixOS configurations with dotfiles for my desktop
|
My NixOS configurations for my desktop
|
||||||
|
|
||||||

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