Compare commits
1 commit
b69d163ec3
...
e81d6a2513
Author | SHA1 | Date | |
---|---|---|---|
e81d6a2513 |
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
flake.homeModules =
|
||||
let
|
||||
defaultModules = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
self.nixvimModules.homeManager
|
||||
../modules/hm
|
||||
];
|
||||
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
standalone = {
|
||||
imports = defaultModules ++ [
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
inputs.stylix.homeModules.stylix
|
||||
(
|
||||
{ lib, config, ... }:
|
||||
lib.mkIf config.jhome.gui.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue