https://github.com/moxie0420/dotfiles
my nixos config and dotfiles
https://github.com/moxie0420/dotfiles
hyprland-config hyprland-rice nix nix-flakes nixos nixos-configuration nixos-dotfiles nushell nushell-config
Last synced: 9 months ago
JSON representation
my nixos config and dotfiles
- Host: GitHub
- URL: https://github.com/moxie0420/dotfiles
- Owner: moxie0420
- License: gpl-3.0
- Created: 2024-10-26T03:46:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T14:50:32.000Z (10 months ago)
- Last Synced: 2025-05-07T08:02:33.658Z (9 months ago)
- Topics: hyprland-config, hyprland-rice, nix, nix-flakes, nixos, nixos-configuration, nixos-dotfiles, nushell, nushell-config
- Language: Nix
- Homepage: https://moxie0420.github.io/dotfiles/
- Size: 10.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Dotfiles
## What's in this?
* a module that sets upo the rose pine theme
* packeges for the rose pine theme
* a config for my laptop and desktop
* config files for various pieces of software
## What I still want to do
* add documentation for all of my config
* document what i have learned about nix along this entire process
* fully theme my desktop with custom widgets
## Resorces that I used
* [mynixos.com](https://mynixos.com) - documentation for nixpkgs and HomeManager options
* [flake-parts](https://flake.parts) - a useful flake that makes nix a bit easier imo
* [Practical Nix flake anatomy](https://vtimofeenko.com/posts/practical-nix-flake-anatomy-a-guided-tour-of-flake.nix/) - a great description of the flakes schema
* [fufexan/dotfiles](https://github.com/fufexan/dotfiles) I used this repo as a guidline for my recent changes, it also provides a lot of examples for nix config and flakes
## Contents
* [hosts](hosts) - This is where i keep my host specific config
* [home](home) - My Home Manager Config
* [modules](modules) - as of rn my rose pine home manger modules is the only thing here
* [packages](packages) - my nix packages
* [templates](templates) - my devshell templates