mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 00:46:05 +01:00
chore: updated configuration
This commit is contained in:
44
packages.nix
44
packages.nix
@@ -7,18 +7,16 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget git vim
|
||||
wget
|
||||
git
|
||||
stow
|
||||
sudo
|
||||
fish
|
||||
ncdu
|
||||
|
||||
gzip
|
||||
unar
|
||||
unzip
|
||||
p7zip
|
||||
cpio
|
||||
# dd
|
||||
dd
|
||||
|
||||
|
||||
# Build toolchains
|
||||
@@ -32,19 +30,14 @@
|
||||
clang-analyzer
|
||||
clang-manpages
|
||||
clang-tools
|
||||
|
||||
python27
|
||||
|
||||
rustc
|
||||
python37
|
||||
pipenv
|
||||
nodejs_20
|
||||
|
||||
ruby
|
||||
bundler
|
||||
|
||||
ghc
|
||||
stack
|
||||
|
||||
# GUI tools
|
||||
gnome3.file-roller
|
||||
|
||||
|
||||
|
||||
# Media
|
||||
@@ -56,23 +49,16 @@
|
||||
gst-plugins-good
|
||||
|
||||
# IDEs
|
||||
jetbrains.clion
|
||||
jetbrains.webstorm
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.pycharm-professional
|
||||
|
||||
neovim
|
||||
vscode
|
||||
|
||||
# Desktop
|
||||
|
||||
xmonad-with-packages
|
||||
dmenu
|
||||
rofi
|
||||
(polybar.override {
|
||||
alsaSupport = true;
|
||||
githubSupport = true;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
})
|
||||
material-icons
|
||||
|
||||
xorg.xmodmap
|
||||
xorg.xset
|
||||
xorg.xsetroot
|
||||
@@ -80,16 +66,14 @@
|
||||
terminus_font
|
||||
terminus_font_ttf
|
||||
dejavu_fonts
|
||||
hack-font
|
||||
hasklig
|
||||
jetbrains-mono
|
||||
inriafonts
|
||||
iosevka
|
||||
|
||||
kdeApplications.konsole
|
||||
firefox
|
||||
chromium
|
||||
|
||||
sway
|
||||
alacritty
|
||||
hyprland
|
||||
ncmpcpp
|
||||
powerline-fonts
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user