some changes

This commit is contained in:
2024-07-03 21:37:42 +02:00
parent 30f5ca374f
commit a1907c8adb
4 changed files with 59 additions and 2 deletions

View File

@@ -18,7 +18,9 @@ let
};
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
config = { allowUnfree = true; };
};
in {
imports = [
./social.nix