change import
This commit is contained in:
@@ -19,6 +19,13 @@ let
|
|||||||
|
|
||||||
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
|
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
|
||||||
in {
|
in {
|
||||||
|
imports = [
|
||||||
|
./social.nix
|
||||||
|
./signal-work.nix
|
||||||
|
./thunderbird.nix
|
||||||
|
./parsec.nix
|
||||||
|
];
|
||||||
|
|
||||||
options.cloonar.sway = {
|
options.cloonar.sway = {
|
||||||
additionalConfig = mkOption {
|
additionalConfig = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
@@ -30,13 +37,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
imports = [
|
|
||||||
./social.nix
|
|
||||||
./signal-work.nix
|
|
||||||
./thunderbird.nix
|
|
||||||
./parsec.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
hardware.sane.enable = true;
|
hardware.sane.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user