From a6459b8b0e3a15a8ef72965df4b99d155e382e56 Mon Sep 17 00:00:00 2001 From: Innovation Date: Wed, 1 May 2024 04:29:24 -0500 Subject: [PATCH] Move some things out of root scope --- nixos/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 87d3fd9..4152122 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -83,6 +83,13 @@ packages = with pkgs; [ firefox tree + bspwm + sxhkd + xfce.xfce4-terminal + dmenu + polybar + picom-allusive + r2modman ]; }; @@ -92,19 +99,12 @@ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. nano wget - bspwm - sxhkd - xfce.xfce4-terminal - dmenu - polybar - picom-allusive git lshw vulkan-tools vkmark mesa nvtop - r2modman ]; programs.steam.enable = true;