diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-23 14:59:37 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-23 14:59:37 +0100 |
| commit | 5830d5ecd4fa7d8b5beb6aca6057778115afde8a (patch) | |
| tree | b460fd44360345d6d91d5376ee93a49d5eb511b2 /common/default.nix | |
| parent | ec7e68723115f6c73e5d5939016c652eab4d785e (diff) | |
update
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/default.nix b/common/default.nix index ce03d20..9b5a237 100644 --- a/common/default.nix +++ b/common/default.nix @@ -11,8 +11,8 @@ { imports = [ home-manager.nixosModules.default - webtray.outputs.nixosModules.default - wofi-pass.outputs.nixosModules.default + webtray.nixosModules.default + wofi-pass.nixosModules.default ]; fonts.packages = with pkgs; [ nerdfonts ]; |