All Projects → legendofmiracles → dotnix

legendofmiracles / dotnix

Licence: MIT license
nix stuff

Programming Languages

Nix
1067 projects

Projects that are alternatives of or similar to dotnix

dotfiles
Dotfiles
Stars: ✭ 25 (-7.41%)
Mutual labels:  nix, nixos, nixos-configuration, nix-flake, nixos-dotfiles
nixdots
I have no idea what the hell I'm doing
Stars: ✭ 46 (+70.37%)
Mutual labels:  nix, nixos, nixos-configuration, nix-flake
elemental
Elemental, the component parts of a Nix/OS development system.
Stars: ✭ 44 (+62.96%)
Mutual labels:  nix, nixos, nixos-configuration, nixos-config
nix-config
NixOS configuration (also on WSL)
Stars: ✭ 51 (+88.89%)
Mutual labels:  nix, nixos, nix-dotfiles, nixos-configuration
rc
Structured system configuration (I moved from NixOS to GuixSD)
Stars: ✭ 97 (+259.26%)
Mutual labels:  nix, nixos, nix-dotfiles, nixos-configuration
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (+85.19%)
Mutual labels:  nix, nixos, nixos-configuration, nix-flake
digga
A flake utility library to craft shell-, home-, and hosts- environments.
Stars: ✭ 818 (+2929.63%)
Mutual labels:  nix, nixos, nixos-configuration, nix-flake
dotfiles
pls help
Stars: ✭ 301 (+1014.81%)
Mutual labels:  nixos, nixos-configuration, nix-flake
nixpkgs
My Nix system configs!
Stars: ✭ 143 (+429.63%)
Mutual labels:  nix, nix-dotfiles, nix-flake
dotfiles
My NixOS dotfiles
Stars: ✭ 156 (+477.78%)
Mutual labels:  nixos-configuration, nix-flake, nixos-dotfiles
deadnix
Scan Nix files for dead code
Stars: ✭ 121 (+348.15%)
Mutual labels:  nix, nixos, nix-flake
Home Manager
Manage a user environment using Nix [maintainer=@rycee]
Stars: ✭ 2,447 (+8962.96%)
Mutual labels:  nix, nixos, nix-dotfiles
nixos-installer
Combining the power of Nix, Guile & Elm to install NixOS
Stars: ✭ 14 (-48.15%)
Mutual labels:  nix, nixos, nixos-configuration
system
Declarative NixOS system configuration for all my machines
Stars: ✭ 14 (-48.15%)
Mutual labels:  nix, nixos, nixos-configuration
microvm.nix
NixOS MicroVMs
Stars: ✭ 136 (+403.7%)
Mutual labels:  nix, nixos, nix-flake
dconf2nix
🐾 Convert Dconf files (e.g. Gnome Shell) to Nix, as expected by Home Manager
Stars: ✭ 51 (+88.89%)
Mutual labels:  nix, nixos, nixos-configuration
nixos-config
My NixOS configuration
Stars: ✭ 23 (-14.81%)
Mutual labels:  nix, nixos, nixos-configuration
flake-utils-plus
Use Nix flakes without any fluff.
Stars: ✭ 280 (+937.04%)
Mutual labels:  nix, nixos, nix-flake
nix-config
A collection of my system configs and dotfiles
Stars: ✭ 35 (+29.63%)
Mutual labels:  nix, nixos, nix-flake
nix-config
My personal nix config
Stars: ✭ 32 (+18.52%)
Mutual labels:  nix, nixos, nixos-configuration

layout:

dotnix/
├── defaults-nixos.nix -- defaults, applied to all hosts
├── distributed-build-host.nix -- configuration for enabling cross compilation to my rpi
├── flake.lock
├── flake.nix -- flake file, the root of all evil
├── fonts.nix -- font configuration
├── hm -- all home-manager related files
│   ├── alacritty.nix
│   ├── aw.nix
│   ├── colors.nix
│   ├── defaults.nix
│   ├── dunst.nix
│   ├── espanso.nix
│   ├── firefox.nix
│   ├── fish.nix
│   ├── git.nix
│   ├── gtk.nix
│   ├── htop.nix
│   ├── mangohud.nix
│   ├── mori.nix
│   ├── mpv.nix
│   ├── neofetch.nix
│   ├── newsboat.nix
│   ├── nvim.nix
│   ├── pass.nix
│   ├── proton.nix
│   ├── qt.nix
│   ├── shell-scripts.nix
│   └── xorg-hm.nix
├── hosts -- host specific configuration
│   ├── iMac
│   ├── pain
│   └── pi
├── LICENSE -- mit license
├── modules -- normal nixos/home-manager modules
│   ├── binfmt.nix
│   ├── cowsay.nix
│   ├── discord-message-sender.nix
│   └── espanso-m.nix
├── network.nix -- networking configuration
├── other-files -- stuff like firefox addon configuration, i wish this could also be configured with nix :(
├── overlays -- nixpkgs overlays, as close to the nixpkgs style as it can get
│   ├── ab-street
│   ├── activitywatch
│   ├── alacritty-ligatures
│   ├── autobahn
│   ├── cliscord
│   ├── ddnet
│   ├── default.nix
│   ├── discover
│   ├── espanso
│   ├── keymapviz
│   ├── lucky-commit
│   ├── mori
│   ├── present
│   ├── qemu
│   ├── steam
│   └── st-patched
├── printer.nix -- printer config (doesn't work)
├── readme.md -- the file you're reading
├── secrets -- secrets like passwords that
│   ├── secrets.nix
│   ├── variables.age
│   ├── wifi.json.age
│   └── wpa_supplicant.conf.age
├── v4l2.nix -- fake camera configuration
└── xorg.nix -- xorg configuration

24 directories, 66 files

To test this configuration on your own PC: nixos-rebuild build-vm Default username is nix, with password: nix.

If my configuration helped you, stars would be much appreciated :D

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].