test
This commit is contained in:
parent
c10dd3c236
commit
2a00db3059
5 changed files with 11 additions and 15 deletions
|
@ -13,5 +13,5 @@
|
|||
]
|
||||
++ lib.optional (builtins.isString desktop) ./common/software/gui/firefox.nix
|
||||
++ lib.optional (builtins.isString desktop) ./common/software/gui/thunderbird.nix
|
||||
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop};
|
||||
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop}; # Machine-specific desktop configs
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
||||
home.stateVersion = hmStateVersion;
|
||||
|
||||
programs.git = {
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
||||
home.stateVersion = hmStateVersion;
|
||||
|
||||
programs.git = {
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
|
|
Loading…
Reference in a new issue