Skip to content

rumlenordstroem/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS configuration

Here is my NixOS and Home Manager configurations. The configurations are provided as a flake and should currently be considered work in progress.

You can see what outputs this flake produces by running:

nix flake show

Building NixOS

To build the NixOS configuration located in hosts/ run the following command:

sudo nixos-rebuild --flake .#edb switch

Building home

To build the home manager configuration located in homes/ run the following command:

home-manager --flake .#rumle@edb switch

Testing the config

You can try this configuration in a virtual machine by running

nix run

This will boot a virtual machine with qemu where you can play around with this setup.

Building ISO

If you want to get an ISO with this configuration run:

nix build

This builds the ISO image with a NixOS installer. You can flash it to a USB drive and boot a live environment of this setup.

TODO

  • Font module for home-manager
  • Make swaylock follow nix-colors
  • Disko setup with full disk encryption

About

My NixOS configuration including Home Manager configuration.

Topics

Resources

License

Stars

Watchers

Forks

Languages