Standalone Home Manager configuration #6

Open
wymiller wants to merge 11 commits from hm-standalone-config into master
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 83d1494d4a - Show all commits

View File

@@ -86,7 +86,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = extraSpecialArgs;
home-manager.extraSpecialArgs = extraSpecialArgs // { isNixOS = true; role = "workstation"; };
home-manager.backupFileExtension = "bak";
home-manager.users.${userName}.imports = [
./home

View File

@@ -1,4 +1,4 @@
{ lib, role, ... }:
{ lib, role ? "workstation", ... }:
{
imports =
[

View File

@@ -3,7 +3,7 @@ lib.mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
imv
xdg-utils
] ++ lib.optional isNixOS [
] ++ lib.optionals isNixOS [
betterdiscordctl
vesktop
xfce.thunar