From 7885c6e393cbecf99567642f616bbea40917fe58 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 17 Oct 2024 02:12:28 +0000 Subject: [PATCH] Update ubuntu-home.nix --- ubuntu-home.nix | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/ubuntu-home.nix b/ubuntu-home.nix index ac503ed..e7919ba 100644 --- a/ubuntu-home.nix +++ b/ubuntu-home.nix @@ -1,19 +1,9 @@ { config, pkgs, ... }: { - # Home Manager needs a bit of information about you and the - # paths it should manage. home.username = "aaronh"; home.homeDirectory = "/home/aaronh"; - # This value determines the Home Manager release that your - # configuration is compatible with. This helps avoid breakage - # when a new Home Manager release introduces backwards - # incompatible changes. - # - # You can update Home Manager without changing this value. See - # the Home Manager release notes for a list of state version - # changes in each release. home.stateVersion = "24.05"; nixpkgs.config = { @@ -21,18 +11,15 @@ }; home.packages = with pkgs; [ - # GUI -# libreoffice-fresh -# signal-desktop -# tuba - - # VM -# quickemu -# spice-gtk - - # CLI -# freshfetch -# gcc + bat + bottom + cargo + eza + fastfetch + fd + freshfetch + gcc + rustc ]; programs.bash = {