Refactors + firefox + shell helper script

Moved each virtualhost related to a service into that service file.
Set up firefox syncserver.
Moved to using home-manager to fully manage firefox profiles.
Moved waybar into its own folder.
Moved NUR into sources. Stopped using sources for arc's scream package,
so on.
This commit is contained in:
kat witch 2021-02-26 05:32:24 +00:00
parent 8c076ecd2f
commit 567cb12a13
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
21 changed files with 398 additions and 68 deletions

View file

@ -15,6 +15,8 @@ let
arc = import sources.arc-nixexprs { inherit pkgs; };
nur = import sources.NUR { inherit pkgs; };
linuxPackagesFor = kernel:
(pkgs.linuxPackagesFor kernel).extend (_: ksuper: {
vendor-reset =