mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 12:17:00 -04:00
153 current 2024-05-28 00:58:32 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
d2d3205812
commit
75dae3595c
3 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
_s1 = import ../../common/sops.nix { inherit config; };
|
||||
files = import ../../common/files.nix { inherit config; };
|
||||
shell = import ../../common/shell.nix { inherit config pkgs; };
|
||||
p = import ../../common/pkgs.nix { inherit pkgs config; };
|
||||
|
@ -15,9 +16,10 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
]
|
||||
];
|
||||
sops = _s1;
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.oh-my-zsh.enable = true;
|
||||
programs.zsh.initExtra = builtins.trace _z1 _z1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue