This holds my .nix files for NixOS
Find a file
2022-09-14 13:27:15 +00:00
dev Clean up the place, setup and moving lemp.nix over 2022-06-18 08:55:32 -06:00
systems Update rpi4.nix 2022-09-13 20:45:54 +00:00
configuration.nix Update configuration.nix 2022-09-02 18:15:13 +00:00
gnome.nix Update gnome.nix 2022-09-03 01:01:06 +00:00
plasma.nix Update plasma.nix 2022-08-31 16:25:20 +00:00
programs.nix Upload New File 2022-08-21 23:13:48 +00:00
README.md Update README.md 2022-09-14 13:27:15 +00:00
unstable.nix Upload New File 2022-08-21 23:14:35 +00:00

nix-configs

This holds my .nix files for NixOS

Nix files: (nix-configs/)

  • configuration.nix : This is the main file for the base system including some applications that I use
  • plasma.nix : This file is for the desktop, login manager and other KDE applications
  • gnome.nix : This file is for the desktop and login manager
  • programs.nix : This file adds applications like Slack, Discord and virt-manager including turning on the services
  • unstable.nix : This file has the applications that need to be from unstable to work like ProtonVPN software

Nix files: (nix-configs/systems)

  • oryp6.nix : This file is mainly for my System76 Oryx Pro (oryp6) to add and enable the NVIDIA driver from stable
  • hp-omen.nix : This file is mainly for my HP Omen to add and enable the NVIDIA driver from stable
  • rpi4.nix : This file is to configure a Raspberry Pi 4B

Nix files: (nix-configs/dev)

  • lamp.nix : This file is a WIP for LAMP setup.