All Projects → lucasew → nixcfg

lucasew / nixcfg

Licence: other
Personal Nix/NixOS configuration files

Programming Languages

Nix
1067 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
Dockerfile
14818 projects
HCL
1544 projects

Projects that are alternatives of or similar to nixcfg

elemental
Elemental, the component parts of a Nix/OS development system.
Stars: ✭ 44 (+2.33%)
Mutual labels:  nixos-configuration, nixos-config
dotnix
nix stuff
Stars: ✭ 27 (-37.21%)
Mutual labels:  nixos-configuration, nixos-config
dotfiles
My NixOS dotfiles
Stars: ✭ 156 (+262.79%)
Mutual labels:  nixos-configuration
dconf2nix
🐾 Convert Dconf files (e.g. Gnome Shell) to Nix, as expected by Home Manager
Stars: ✭ 51 (+18.6%)
Mutual labels:  nixos-configuration
nix-config
NixOS configuration (also on WSL)
Stars: ✭ 51 (+18.6%)
Mutual labels:  nixos-configuration
nixdots
I have no idea what the hell I'm doing
Stars: ✭ 46 (+6.98%)
Mutual labels:  nixos-configuration
nixos
My personal NixOS infrastructure
Stars: ✭ 24 (-44.19%)
Mutual labels:  nixos-configuration
digga
A flake utility library to craft shell-, home-, and hosts- environments.
Stars: ✭ 818 (+1802.33%)
Mutual labels:  nixos-configuration
nixfiles
Some of my .nix files
Stars: ✭ 22 (-48.84%)
Mutual labels:  nixos-configuration
nixos-configuration
Personal NixOS configuration
Stars: ✭ 51 (+18.6%)
Mutual labels:  nixos-configuration
dotfiles
My messy system configuration setup
Stars: ✭ 27 (-37.21%)
Mutual labels:  nixos-configuration
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (+16.28%)
Mutual labels:  nixos-configuration
ianix
Personal NixOS configuration
Stars: ✭ 31 (-27.91%)
Mutual labels:  nixos-configuration
nix-config
My personal nix config
Stars: ✭ 32 (-25.58%)
Mutual labels:  nixos-configuration
rc
Structured system configuration (I moved from NixOS to GuixSD)
Stars: ✭ 97 (+125.58%)
Mutual labels:  nixos-configuration
immutable-rice
Configuration of i3, urxvt, conky and rofi using the NixOS configuration
Stars: ✭ 46 (+6.98%)
Mutual labels:  nixos-configuration
nixos-config
My NixOS configuration
Stars: ✭ 17 (-60.47%)
Mutual labels:  nixos-configuration
nixos-config
My NixOS configuration
Stars: ✭ 23 (-46.51%)
Mutual labels:  nixos-configuration
dotfiles
For keeping all my Dotfiles update to date
Stars: ✭ 29 (-32.56%)
Mutual labels:  nixos-configuration
nixos-installer
Combining the power of Nix, Guile & Elm to install NixOS
Stars: ✭ 14 (-67.44%)
Mutual labels:  nixos-configuration

Dotfiles and Nix/NixOS settings

built with nix

  • home-manager: dotfile manager, runs as a configuration.nix extension

  • the way it is organized its not necessary to place the nix files in the default locations like

    • /etc/nixos/configuration.nix
    • ~/.config/nixpkgs/home.nix
  • a few overlays for custom packages like stremio and shiginima launcher

  • multiple interchangeable graphical environments

    • i3 + xfce: working nice, using polybar and the playback buttons works when locked
    • gnome: it works but I am not using anymore
    • xfce: working nice. I use the XFCE daemons on the i3 flavor
    • kde: works, not so nice and I am not using it

module structure and nix imports it automagically, same for machine/acer

  • machines referenced:

    • acer: my main laptop. Acer A315-51-51SL 6GB RAM 240GB SSD Dual booted with Windows 10
    • vps: a f1-micro VPS running on Google Cloud Platform (for free)
    • android: a Redmi Note 5 (whyred), it's not running NixOS but I want to add some scripts I use with it
  • not tested

    • bootstrap in a new machine, should regenerate the configuration.nix and hardware.nix and adapt in a new device. I will do this on demand
  • licence

    • nothing special
    • don't blame me
    • have fun
  • suggestions?

    • open a issue
    • let's learn together 😄
  • NixOS > Arch

    • change my mind
    • (yes, I have used arch btw for around 1 year, it's a good distro but NixOS is better)
    • nix-shell rocks
    • the possibility of rollback at any time in a simple way, even if the distro fails to boot, is like magic
    • you can also replicate very precisely your configuration on another machine, but only if that is defined in Nix, imperative settings are left behind
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].