Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rossnomann/nixos

NixOS Configuration
https://github.com/rossnomann/nixos

nixos-configuration

Last synced: about 2 months ago
JSON representation

NixOS Configuration

Awesome Lists containing this project

README

        

# NixOS configuration

My NixOS config based on X11 and LeftWM.

![preview](./resources/preview.png)

## USAGE

```sh
echo 'use flake' > .envrc
direnv allow
nixos-rebuild switch --flake '.#%device%'
```

See `outpus.nixosConfigurations` in `flake.nix` for the list of available devices.

### UPDATE

```sh
nix flake update
npins update
```

### QUIRKS

#### THEME

Almost every program uses a Catppuccin theme. However not all of them can be configured using nix or have such theme at all.

- Telegram:
- https://t.me/addtheme/ctplatteimproved
- https://t.me/addtheme/ctpfrappeimproved
- https://t.me/addtheme/ctpmacchiatoimproved
- https://t.me/addtheme/ctpmochaimproved
- Firefox: https://github.com/catppuccin/firefox
- Userstyles: https://github.com/catppuccin/userstyles

There is no theme for Hydrogen and DeaDBeeF, but they can be configured manually.

Ardour and Sublime Merge do not have Catppuccin themes at all, at least for now.