My NixOS configuration
Find a file
ElXreno 71e766e4aa Little installer improvments
`set -e` enables exit when received non-zero exit code
2020-04-14 09:29:44 +03:00
desktop feat(terminal): switch from gnome-terminal to kitty 2020-03-24 00:57:11 +01:00
hardware feat: set Gnome to use 120 Hz 2020-03-21 16:46:18 +01:00
home feat(terminal): switch from gnome-terminal to kitty 2020-03-24 00:57:11 +01:00
system feat: add noto and fira-code fonts 2020-03-24 00:55:49 +01:00
virtualisaiton feat: rearrange nix modules 2020-03-13 18:45:29 +01:00
.editorconfig style: add .editorconfig 2020-03-21 16:54:32 +01:00
.gitignore remove configuration.nix 2019-08-24 13:20:48 +02:00
home-pc.nix feat: add plex config 2020-03-21 16:55:25 +01:00
install.sh Little installer improvments 2020-04-14 09:29:44 +03:00
plex.nix feat: add plex config 2020-03-21 16:55:25 +01:00
README.md add initial config 2019-08-24 13:12:32 +02:00
work-pc.nix feat: remove unused vboxusers group 2020-03-21 16:44:35 +01:00

FelschR's NixOS configuration

Installation on new machine

To setup a new machine run the following command after completing partitioning and mounting:

./install.sh <NIX_CONFIG>

This runs nixos-generate-config, symlinks the passed configuration to /etc/nixos/configuration.nix, sets up required nix channels and then runs nixos-install.