Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notohh/snowflake
NixOS Config(s) - mirrored from https://git.flake.sh/notohh/snowflake
https://github.com/notohh/snowflake
declarative dotfiles home-manager hyprland nix nix-flake nixos woodpeckerci
Last synced: 13 days ago
JSON representation
NixOS Config(s) - mirrored from https://git.flake.sh/notohh/snowflake
- Host: GitHub
- URL: https://github.com/notohh/snowflake
- Owner: notohh
- License: mit
- Created: 2022-12-06T06:18:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T21:53:25.000Z (about 2 months ago)
- Last Synced: 2024-09-17T02:56:47.357Z (about 2 months ago)
- Topics: declarative, dotfiles, home-manager, hyprland, nix, nix-flake, nixos, woodpeckerci
- Language: Nix
- Homepage:
- Size: 15.2 MB
- Stars: 85
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
snowflake
Screenshot updated: 2024-04-26
:warning: this config is a constant WIP,
and will change constantly as i continue to learn about nix. stuff will be updated, restructed, added, and removed quite often. please also note that everything hosted here is what works best for me, and could totally be ineffecient, or just a dead wrong way of doing something.## :open_book: Table of contents
- :house_with_garden: [home](home)
- :computer: [hosts](hosts)
- :cloud_with_rain: [ame](hosts/ame)
- :cloud_with_lightning_and_rain: [arashi](hosts/arashi)
- :hibiscus: [haru](hosts/haru)
- :satellite: [kariru](hosts/kariru)
- :wind_chime: [kaze](hosts/kaze)
- :cherry_blossom: [sakura](hosts/sakura)
- :milky_way: [sora](hosts/sora)
- :full_moon: [tsuki](hosts/tsuki)
- :building_construction: [tsuru](hosts/tsuru)
- :snowflake: [yuki](hosts/yuki)
- :electric_plug: [modules](modules)
- :package: [pkgs](pkgs)
- :lock: [secrets](secrets)## :spiral_notepad: Features
- multi-config repo, with configs for servers, laptop, and desktop
- multi-system home-manager setup
- secrets provisioning with [sops-nix](https://github.com/Mic92/sops-nix)
- multiple fully declarative self hosted services (and some containerized ones, with a docker backend)
- wayland config for hyprland
- custom packages not found in nixpkgs
- linted & styled with [alejandra](https://github.com/kamadorueda/alejandra), [deadnix](https://github.com/astro/deadnix), and [statix](https://github.com/nerdypepper/statix)## :busts_in_silhouette: Credit
#### people who've inspired me to dive into nix, and i've stolen stuff from (you guys are awesome!)
- [fufexan](https://github.com/fufexan) - a ton of home manager, hyprland stuff, and some gh workflows
- [Misterio77](https://github.com/Misterio77) - flake, and some other boilerplate
- [NobbZ](https://github.com/NobbZ) - general nix assistance
- [MatthiasBenaets](https://github.com/MatthiasBenaets) - amazing nixos introduction video
- [sioodmy](https://github.com/sioodmy) - general dotfile, readme badges, and hyprland stuff
- [MatthewCroughan](https://github.com/MatthewCroughan) - traefik config used as reference
- [seqizz](https://github.com/seqizz/nixos-config/blob/3ee51f406a8c7aa3afde9cdee97a43641b2ed2ef/modules/server/rustypaste.nix) - rustypaste config
- [Yavko](https://github.com/yavko) - ironbar config used as reference
- [hlissner](https://github.com/hlissner) - [security.nix](modules/security.nix)
- [noc](https://git.flake.sh/noc) - networking diagram + a ton of other stuff