mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated wsl configs
This commit is contained in:
parent
5c3d410aa0
commit
4be8dceaa1
10 changed files with 165 additions and 45 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
with lib;
|
||||
let
|
||||
modules = config.modules.user;
|
||||
modules = config.modules.user;
|
||||
|
||||
in
|
||||
{
|
||||
|
|
@ -10,10 +10,10 @@ in
|
|||
user = mkOption {
|
||||
description = "User Configurations";
|
||||
type = types.attrs;
|
||||
default = rec {
|
||||
default = with pkgs; rec {
|
||||
name = "bryan";
|
||||
email = "bryan@ramos.codes";
|
||||
shell = pkgs.bash;
|
||||
shell = bash;
|
||||
keys = import ./keys;
|
||||
|
||||
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
|
||||
|
|
@ -25,7 +25,6 @@ in
|
|||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
bookmarks = import ./bookmarks;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue