This holds my .nix files for NixOS
Find a file
2024-02-06 15:51:53 +00:00
desktops Update sway.nix 2024-01-31 19:49:28 +00:00
hosts add: hosts folder 2024-01-31 08:00:36 -07:00
partitions Update luks-btrfs-subvolumes.nix 2023-12-29 17:32:35 +00:00
screenshots Add wallpapers 2023-11-14 21:09:29 -07:00
shell Cleaning up files that are no longer used 2024-01-23 13:09:02 -07:00
software Upload New File 2024-02-06 15:51:53 +00:00
walls Add 1920x1080 wallpaper 2024-01-26 09:07:35 -07:00
web Update ahoneybun-net.nix 2023-06-19 16:42:04 +00:00
configuration.nix configuration: add restic, systemd-boot config limit and change nix.gc options 2024-01-30 19:14:14 +00:00
flake.nix Update flake.nix 2024-02-01 23:59:19 +00:00
home.nix home-manager: change vscode/codim a bit and add extension 2024-01-31 07:57:35 -07:00
programs.nix Update programs.nix 2023-04-01 23:34:42 +00:00
README.md Update the README with more files and remove some. 2024-01-23 13:13:26 -07:00
unstable.nix Update unstable.nix 2023-11-02 16:58:52 +00:00
work.nix add: add work nix file for work packages 2024-01-30 13:08:32 -07: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.

  • flake.nix : This is the main flake for system selection then that includes configuration, hardware-configuration (created during installation of NixOS), home-manager and Disko
  • configuration.nix : This is the main file for the base system

Partition Nix files: (nix-configs/partitions/)

These files are for the partition layouts that I use.

  • luks-btrfs-subvolumes.nix : This is the main layout that I use for pretty much every system that I install NixOS on

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)
  • sway.nix : This file is for the Sway WM

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

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

NOTE: These are only really used to set the hostname, install the NVIDIA driver (like for thelio-nvidia) and such.

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

  • shepard.nix : This file is for my custom desktop at home.
  • garrus.nix : This file is for my System76 Galago Pro (galp3-b).
  • thelio-nvidia.nix : This file is for my work Thelio B1.
  • sovereign.nix : This file is for a Linode instance but it could be for other VPS services as well.
  • harbinger.nix : This file is for a Linode instance but it could be for other VPS services as well.

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

  • jaal.nix : This file is for my Pinebook Pro.
  • peebee.nix : This file is for my PinePhone.
  • vetra.nix : This file is for my Pi 4B.

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.

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