removed users from common
removed common hardware
This commit is contained in:
parent
d6cccdc41b
commit
ddc087a548
22 changed files with 400 additions and 420 deletions
|
@ -4,7 +4,7 @@
|
|||
osConfig,
|
||||
...
|
||||
}: let
|
||||
cfg = osConfig.nixos.users.ester;
|
||||
cfg = osConfig.host.users.ester;
|
||||
in {
|
||||
config = {
|
||||
home = {
|
||||
|
@ -54,7 +54,7 @@ in {
|
|||
# EDITOR = "emacs";
|
||||
};
|
||||
|
||||
packages = lib.mkIf cfg.isDesktopUser (
|
||||
packages = lib.lists.optionals cfg.isDesktopUser (
|
||||
with pkgs; [
|
||||
firefox
|
||||
bitwarden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue