forked from colonelpanic/dotfiles
[NixOS] Move packages around
This commit is contained in:
@@ -15,71 +15,14 @@ let
|
||||
python-with-my-packages = pkgs.python3.withPackages my-python-packages;
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../dotfiles/config/xmonad/overlay.nix)
|
||||
];
|
||||
|
||||
nixpkgs.config.allowBroken = true;
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
python-with-my-packages
|
||||
alacritty
|
||||
(emacs29.override {
|
||||
withNativeCompilation = true;
|
||||
withTreeSitter = true;
|
||||
})
|
||||
vscode
|
||||
firefox
|
||||
kitty
|
||||
vlc
|
||||
transmission-gtk
|
||||
dolphin
|
||||
element-desktop
|
||||
gpick
|
||||
|
||||
# Appearance
|
||||
numix-icon-theme-circle
|
||||
papirus-icon-theme
|
||||
hicolor-icon-theme
|
||||
|
||||
# XOrg
|
||||
wmctrl
|
||||
xclip
|
||||
xdotool
|
||||
xorg.xev
|
||||
xorg.xkbcomp
|
||||
xorg.xwininfo
|
||||
xsettingsd
|
||||
|
||||
# Haskell Desktop
|
||||
haskellPackages.xmonad
|
||||
haskellPackages.imalison-xmonad
|
||||
# haskellPackages.notifications-tray-icon
|
||||
haskellPackages.gtk-sni-tray
|
||||
haskellPackages.status-notifier-item
|
||||
haskellPackages.dbus-hslogger
|
||||
|
||||
# Desktop
|
||||
autorandr
|
||||
betterlockscreen
|
||||
blueman
|
||||
clipit
|
||||
feh
|
||||
gnome.gpaste
|
||||
libnotify
|
||||
lxqt.lxqt-powermanagement
|
||||
networkmanagerapplet
|
||||
notify-osd-customizable
|
||||
pasystray
|
||||
picom
|
||||
pinentry
|
||||
rofi
|
||||
rofi-pass
|
||||
rofi-systemd
|
||||
skippy-xd
|
||||
synergy
|
||||
udiskie
|
||||
volnoti
|
||||
|
||||
# Audio
|
||||
playerctl
|
||||
@@ -89,11 +32,9 @@ in
|
||||
bazel
|
||||
bind
|
||||
binutils
|
||||
binutils
|
||||
cmake
|
||||
dex
|
||||
direnv
|
||||
direnv
|
||||
dpkg
|
||||
fd
|
||||
file
|
||||
@@ -109,13 +50,13 @@ in
|
||||
nix-index
|
||||
pass
|
||||
pciutils
|
||||
protobuf
|
||||
rclone
|
||||
rcm
|
||||
ripgrep
|
||||
silver-searcher
|
||||
tmux
|
||||
tzupdate
|
||||
udiskie
|
||||
unzip
|
||||
usbutils
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user