some changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user