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