Added license and readme

This commit is contained in:
Ivan Golikov 2026-09-11 22:47:38 +02:00
parent 5dee3d6dc8
commit 7528eddfa5
2 changed files with 19 additions and 0 deletions

13
LICENSE Normal file
View file

@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2026 Ivan Golikov <root@ivnglkv.me>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# My Nix Home Manager configuration repository
I'm using standalone `home-manager` tool, not as a module within NixOS system
configuration.
After making some changes one usually just run `home-manager switch`.