mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 19:57:02 -04:00
make home profile for server
2
This commit is contained in:
parent
f59f799948
commit
74b9dc142a
6 changed files with 51 additions and 27 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
@ -7,6 +6,12 @@
|
|||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||
|
||||
imports = [
|
||||
../homeModules/nvim.light.nix
|
||||
../homeModules/git.nix
|
||||
../homeModules/zsh.nix
|
||||
../homeModules/sops.nix
|
||||
../homeModules/utils.nix
|
||||
../homeModules/media/cli.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue