From d3ccccb5a4a456b0d14dbe81906140b0bd282ff7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 30 Jun 2024 02:01:47 -0700 Subject: [PATCH] moving stuff to home --- hosts/snowhawk/configuration.nix | 11 ----------- hosts/snowhawk/home.nix | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index ab851dc..d6e609d 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -63,8 +63,6 @@ gparted arandr - flameshot - easyeffects # steam spotify @@ -74,15 +72,6 @@ xivlauncher git-credential-oauth - - rustup - gnumake - zig - gcc - go - python3 - nodejs_22 - # dotnet-sdk_8 ]; }; diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index b5901da..cb57ac9 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -37,6 +37,19 @@ brave uhk-agent pulsemixer + + flameshot + easyeffects + + # Build Tools + rustup + gnumake + zig + gcc + go + python3 + nodejs_22 + # dotnet-sdk_8 ]; home.file = { };