parent
1906ea3e11
commit
65a7bec7b4
|
@ -174,6 +174,13 @@ environment.systemPackages = [ pkgs.openvpn_24 ];
|
||||||
users.ntp.group = "ntp";
|
users.ntp.group = "ntp";
|
||||||
groups.ntp = {};
|
groups.ntp = {};
|
||||||
defaultUserShell = "/run/current-system/sw/bin/fish";
|
defaultUserShell = "/run/current-system/sw/bin/fish";
|
||||||
|
extraUsers.oem = {
|
||||||
|
isNormalUser = true;
|
||||||
|
home = "/home/oem";
|
||||||
|
description = "oem";
|
||||||
|
extraGroups = [ "wheel" "networkmanager" "plocate" ];
|
||||||
|
hashedPassword = "$6$TWZqEbF3s7f4Yx8s$xsUheHLM75u1IdvD/6AWnk9c8El2FgGiU5C4mnZddWl8hFaGF2nPojHqvj2l7muJwQ6c8f7A4MRpAKh7PezuN/";
|
||||||
|
};
|
||||||
extraUsers.alexandre = {
|
extraUsers.alexandre = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/alexandre";
|
home = "/home/alexandre";
|
||||||
|
|
|
@ -188,7 +188,7 @@
|
||||||
("DONE" . (:foreground "gray50" :background "gray30"))))
|
("DONE" . (:foreground "gray50" :background "gray30"))))
|
||||||
|
|
||||||
;; tags
|
;; tags
|
||||||
(setq org-tag-alist '(("DEVIS" . ?d) ("PROJETS" . ?p) ("CLIENT" . ?c) ("PROSPECT" . ?o) ("INTERNE" . ?i) ("AO" . ?a) ("PJ" . ?z))
|
(setq org-tag-alist '(("DEVIS" . ?d) ("PROJETS" . ?p) ("CLIENT" . ?c) ("PROSPECT" . ?o) ("INTERNE" . ?i) ("AO" . ?a) ("PJ" . ?z)))
|
||||||
|
|
||||||
|
|
||||||
(setq org-tag-faces
|
(setq org-tag-faces
|
||||||
|
|
Loading…
Reference in New Issue