moved user config back into user file from home file
This commit is contained in:
parent
ce2f59a386
commit
60fba00be9
13 changed files with 71 additions and 50 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
cfg = osConfig.nixos.users.leyla;
|
||||
in {
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nix-vscode-extensions.overlays.default
|
||||
|
@ -12,7 +14,7 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
bash.shellAliases = lib.mkIf config.isDesktopUser {
|
||||
bash.shellAliases = lib.mkIf cfg.isDesktopUser {
|
||||
code = "codium";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue