my nix config for desktops, laptops and servers
Find a file
2024-08-19 14:29:09 +02:00
dotfiles/nvim swap color scheme to mocha 2024-08-13 14:54:56 +02:00
home set up 1password gui 2024-08-19 14:29:09 +02:00
modules add scaling parameter to monitor module 2024-08-14 11:02:49 +02:00
nixos set up kde for enoko 2024-08-18 22:41:55 +02:00
overlays set up a default config 2024-08-03 22:19:00 +02:00
pkgs set up a default config 2024-08-03 22:19:00 +02:00
.gitignore migrate over neovim config 2024-08-03 22:33:30 +02:00
flake.lock chore: input update 2024-08-13 20:47:10 +02:00
flake.nix more desktop configuration 2024-08-10 21:31:53 +02:00
LICENSE add readme and license 2024-08-13 20:40:52 +02:00
README.md add readme and license 2024-08-13 20:40:52 +02:00
shell.nix unify nix options 2024-08-10 21:05:54 +02:00

my nix flake

This controls both my NixOS-powered computers, but also my home environment, including dotfiles, on almost everything else.

If you're me, and the machine you're installing on has a configuration, it's as simple as:

git clone forgejo@cirno.with.al:shadows_withal/nix-config.git ~/nix-config
cd ~/nix-config
nix-shell
# for nixos:
sudo nixos-rebuild switch --flake .
# for home-manager
home-manager switch --flake .#lu@HOSTNAME

Feel free to brutalize as much of this config as you want for your own purposes.