my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
at main 280 B view raw
1let 2 compat = fetchTarball { 3 url = "https://git.lix.systems/lix-project/flake-compat/archive/6588972962297c7abd300a72c55b2c7e21c1dc54.tar.gz"; 4 sha256 = "sha256-PplvwAEkj+/MFkM6Q9V59L6f6i3Tbdc/9yLRf/iwECg="; 5 }; 6 7 flake = import compat { src = ./.; }; 8in 9flake.shellNix