From 3c68625938c724c802df17fd2b84e0876f48909f Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 20 Apr 2024 18:15:14 +0100 Subject: [PATCH] Add gnome-builder --- home.nix | 2 ++ nix-shells/{rust.nix => rust-dev.nix} | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename nix-shells/{rust.nix => rust-dev.nix} (80%) diff --git a/home.nix b/home.nix index 340df67b..850b6dea 100644 --- a/home.nix +++ b/home.nix @@ -31,6 +31,7 @@ impression # Usb Flash Tool gnome.gnome-calendar # Calendar [Nextcloud] gnome.nautilus # File Manager + gnome-builder # Code Editor # CLI Apps dconf2nix # Dconf to Nix format. @@ -43,6 +44,7 @@ eza # 'ls' Alias fastfetch # 'neofetch' Alias - System Info nextcloud-client # 'ncs' Dependency [Nextcloud] + flatpak-builder # gnome-builder Dependency # GNOME Extensions # gnomeExtensions.vitals diff --git a/nix-shells/rust.nix b/nix-shells/rust-dev.nix similarity index 80% rename from nix-shells/rust.nix rename to nix-shells/rust-dev.nix index 06ace200..c27cc556 100644 --- a/nix-shells/rust.nix +++ b/nix-shells/rust-dev.nix @@ -19,7 +19,7 @@ pkgs.mkShellNoCC { shellHook = '' echo - PS1='\n\[\e[2m\][RUST]\[\e[0m\] \[\e[1m\]\w\[\e[0m\] \[\e[3m\]$(git branch --show-current 2>/dev/null)\n\[\e[0m\]\$ ' + PS1='\n\[\e[2m\][RUST DEV]\[\e[0m\] \[\e[1m\]\w\[\e[0m\] \[\e[3m\]$(git branch --show-current 2>/dev/null)\n\[\e[0m\]\$ ' echo -e "\e[31m[NIX-SHELL • RUST DEVELOPMENT ENVIRONMENT] \e[0m" echo -ne "\e[1mVersion: \e[0m" rustc --version