This holds my .nix files for NixOS
Find a file
2023-08-11 14:24:41 +00:00
desktops Update gnome.nix 2023-07-06 17:22:13 +00:00
Screenshots Upload New File 2023-01-16 20:07:10 +00:00
shell Update shell.nix 2023-03-31 13:21:32 +00:00
systems Update flake.nix 2023-07-07 16:01:46 +00:00
web Update ahoneybun-net.nix 2023-06-19 16:42:04 +00:00
configuration.nix Update configuration.nix 2023-08-11 14:24:41 +00:00
home.nix Update home.nix 2023-08-11 14:20:12 +00:00
programs.nix Update programs.nix 2023-04-01 23:34:42 +00:00
README.md Update README.md 2023-05-12 22:34:16 +00:00
unstable.nix Add for COSMIC build 2023-03-30 15:21:41 +00:00

nix-configs

This holds my .nix files for NixOS

Main Nix files: (nix-configs)

These files are for the configuration, software that I use and unstable software that I use, note that some systems like the Pinebook Pro will use a custom configuration file.

  • configuration.nix : This is the main file for the base system including some applications that I use
  • 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

Desktop Nix files: (nix-configs/desktops/)

These files are for the desktops (DE or WM) that I use at times.

  • 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
  • pantheon.nix : This file is for the desktop and login manager (this removes AppCenter)

System Nix files: (nix-configs/systems/)

These files are for the systems themselves such as my Pinebook Pro, Raspberry Pi 4B or HP Omen.

Use the nixos-hardware channel for Pinebook Pro and Raspberry Pi 4:

sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
sudo nix-channel --update

Shell Nix files: (nix-configs/shell/)

These files are for building software or for spinning something up like CUDA.

  • cuda-shell.nix : This file setups CUDA (currently 11.7).
  • system-docs : This is for building support.system76.com on NixOS for development.
  • COSMIC : This is for building COSMIC on NixOS, there is no way to actually use it on NixOS though with how systemd works.

Web Nix files: (nix-configs/web/)

These files are for websites such as LAMP and NGINX.

  • lamp.nix : This file is a WIP for LAMP setup.
  • ahoneybun-net.nix : This file is a basic setup for my website (ahoneybun.net).
  • hydra-ahoneybun-net.nix : This file is a NGINX reverse proxy for my Hydra server pointing to the localhost.
  • cloud-ahoneybun-net.nix : This file is for Nextcloud.
  • rockymtnlug-org.nix : This file is for RMLUG.
  • tildecafe-com.nix : This file is for Tildecafe.
  • stoners-space.nix : This file is for Mastodon on my stoners.space domain, simple changes can be made for a different domain.
  • nginx-owncast.nix : This file is a NGINX reverse proxy for Owncast though it is not currently working.

Home Manager file: (nix-configs/home.nix)

This file is for using with Home Manager.

  • home.nix : This file is for settings for my user like Git name/email and other settings

Screenshots

GNOME Installation

Pantheon Installation