From 8466896e24c2ed68aab5f0ab13bc2d803c777a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 14 Apr 2024 19:36:33 +0200 Subject: [PATCH] oop --- home.nix | 15 ++++++++++++++- zion/configuration.nix | 31 +++---------------------------- 2 files changed, 17 insertions(+), 29 deletions(-) diff --git a/home.nix b/home.nix index 162d804..6b3f76f 100644 --- a/home.nix +++ b/home.nix @@ -78,6 +78,7 @@ in { # tools rofi git + wget eza yt-dlp ffmpeg @@ -86,6 +87,14 @@ in { pgf-umlcd pgf-umlsd zoxide + neofetch + pavucontrol + htop + ntfs3g + dosfstools + woeusb + steam-run + unzip # media spotify @@ -99,6 +108,7 @@ in { telegram-desktop libreoffice-fresh vscodium + neovide # gaming prismlauncher @@ -106,12 +116,15 @@ in { steam # development - neovide clang clang-tools cargo bash nodejs + python3 + cmake + gtest + boost # custom (callPackage ./pkgs/tikz-uml/tikzuml.nix {}) diff --git a/zion/configuration.nix b/zion/configuration.nix index b567d61..ac5fb0a 100644 --- a/zion/configuration.nix +++ b/zion/configuration.nix @@ -151,36 +151,11 @@ # $ nix search wget environment.systemPackages = (with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - wget - git - neofetch - zsh - pavucontrol - htop - ntfs3g - dosfstools - woeusb - - python3 - - steam-run - unzip - - # cmake - # clang - # gcc - # gtest + # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + # wget ]) - ++ - - (with pkgs-unstable; [ - cmake - gcc - clang - gtest - ]); + (with pkgs-unstable; [ ]); fonts.packages = with pkgs; [ nerdfonts ];