Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossnomann/nixos
NixOS Configuration
https://github.com/rossnomann/nixos
nixos-configuration
Last synced: about 2 months ago
JSON representation
NixOS Configuration
- Host: GitHub
- URL: https://github.com/rossnomann/nixos
- Owner: rossnomann
- License: mit
- Created: 2024-05-01T00:36:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T01:23:50.000Z (3 months ago)
- Last Synced: 2024-09-16T02:47:35.846Z (3 months ago)
- Topics: nixos-configuration
- Language: Nix
- Homepage:
- Size: 991 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/userstylesThere 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.