Skip to content

FeatherPrince/nixconfig

Repository files navigation

To install the configuration go into the directory and run

nix-shell -p git
git clone https://github.com/FeatherPrince/nixconfig
sudo nixos-rebuild switch --flake --impure

Query for installed packages

nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
flowchart TD
    n4(["mastermodule.nix"]) --> n3(["config.nix"])
    n2(["hardwareconfiguration.nix"]) --> n3
    n1(["drivers.nix"]) --> n3
    n5(["All the custom modules"]) --> n4
Loading

Todo

  • Check if modules can be overriden
  • Change the configuration structure to the one represetnted on the flowchart

About

my nixos configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages