1

Compare commits

...

2 Commits

Author SHA1 Message Date
ca4a53bb26 Readme: Add rmpc screenshot 2025-07-06 14:35:50 +02:00
bca77089ab Home: Set transparency for rmpc, navi 2025-07-06 14:35:38 +02:00
3 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Modular NixOS configuration, using Hyprland for a lightweight desktop.
![](NeoVim.png) ![](NeoVim.png)
![](Rmpc.png)
To install, run `nixos-rebuild` with the `--flake` parameter from the `NixFlake` directory: `nixos-rebuild switch --flake .#nixinator`. To install, run `nixos-rebuild` with the `--flake` parameter from the `NixFlake` directory: `nixos-rebuild switch --flake .#nixinator`.
## NixFlake/system ## NixFlake/system

BIN
Rmpc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -205,6 +205,8 @@ rec {
"code-url-handler" "code-url-handler"
"neovide" "neovide"
"steam" "steam"
"rmpc"
"navi"
]; ];
}; };