From ef2eb3448591e4ca5c5eb0194889916720785d8b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 5 Jul 2023 10:25:16 -0700 Subject: update nixos and home-manager to 23.05 --- profiles/default.nix | 6 ++++-- profiles/workstation.nix | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/default.nix b/profiles/default.nix index 198d9f4..2f2ff9b 100644 --- a/profiles/default.nix +++ b/profiles/default.nix @@ -14,9 +14,11 @@ efi.canTouchEfiVariables = true; }; + tmp = { + cleanOnBoot = true; + useTmpfs = true; + }; kernelPackages = pkgs.linuxPackages_latest; - cleanTmpDir = true; - tmpOnTmpfs = true; }; # Select internationalisation properties. diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 5451199..c21b934 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -87,6 +87,8 @@ [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; }; + programs.zsh.enable = true; + programs.sway = { enable = true; wrapperFeatures.gtk = true; -- cgit 1.4.1