home/calcite: fix not build
This commit is contained in:
parent
f905f051a0
commit
59c4ee3e8d
1 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ./common ];
|
||||
imports = [
|
||||
./common
|
||||
];
|
||||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
|
@ -37,11 +39,6 @@
|
|||
flavor = "mocha";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
targets = {
|
||||
gtk.enable = true;
|
||||
};
|
||||
};
|
||||
xdg.enable = true;
|
||||
|
||||
i18n.inputMethod = {
|
||||
|
|
Loading…
Reference in a new issue