mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:36:11 +01:00
oop
This commit is contained in:
15
home.nix
15
home.nix
@@ -78,6 +78,7 @@ in {
|
|||||||
# tools
|
# tools
|
||||||
rofi
|
rofi
|
||||||
git
|
git
|
||||||
|
wget
|
||||||
eza
|
eza
|
||||||
yt-dlp
|
yt-dlp
|
||||||
ffmpeg
|
ffmpeg
|
||||||
@@ -86,6 +87,14 @@ in {
|
|||||||
pgf-umlcd
|
pgf-umlcd
|
||||||
pgf-umlsd
|
pgf-umlsd
|
||||||
zoxide
|
zoxide
|
||||||
|
neofetch
|
||||||
|
pavucontrol
|
||||||
|
htop
|
||||||
|
ntfs3g
|
||||||
|
dosfstools
|
||||||
|
woeusb
|
||||||
|
steam-run
|
||||||
|
unzip
|
||||||
|
|
||||||
# media
|
# media
|
||||||
spotify
|
spotify
|
||||||
@@ -99,6 +108,7 @@ in {
|
|||||||
telegram-desktop
|
telegram-desktop
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
vscodium
|
vscodium
|
||||||
|
neovide
|
||||||
|
|
||||||
# gaming
|
# gaming
|
||||||
prismlauncher
|
prismlauncher
|
||||||
@@ -106,12 +116,15 @@ in {
|
|||||||
steam
|
steam
|
||||||
|
|
||||||
# development
|
# development
|
||||||
neovide
|
|
||||||
clang
|
clang
|
||||||
clang-tools
|
clang-tools
|
||||||
cargo
|
cargo
|
||||||
bash
|
bash
|
||||||
nodejs
|
nodejs
|
||||||
|
python3
|
||||||
|
cmake
|
||||||
|
gtest
|
||||||
|
boost
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
(callPackage ./pkgs/tikz-uml/tikzuml.nix {})
|
(callPackage ./pkgs/tikz-uml/tikzuml.nix {})
|
||||||
|
|||||||
@@ -151,36 +151,11 @@
|
|||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
# wget
|
||||||
git
|
|
||||||
neofetch
|
|
||||||
zsh
|
|
||||||
pavucontrol
|
|
||||||
htop
|
|
||||||
ntfs3g
|
|
||||||
dosfstools
|
|
||||||
woeusb
|
|
||||||
|
|
||||||
python3
|
|
||||||
|
|
||||||
steam-run
|
|
||||||
unzip
|
|
||||||
|
|
||||||
# cmake
|
|
||||||
# clang
|
|
||||||
# gcc
|
|
||||||
# gtest
|
|
||||||
])
|
])
|
||||||
|
|
||||||
++
|
++
|
||||||
|
(with pkgs-unstable; [ ]);
|
||||||
(with pkgs-unstable; [
|
|
||||||
cmake
|
|
||||||
gcc
|
|
||||||
clang
|
|
||||||
gtest
|
|
||||||
]);
|
|
||||||
|
|
||||||
fonts.packages = with pkgs; [ nerdfonts ];
|
fonts.packages = with pkgs; [ nerdfonts ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user