Compare commits

..

No commits in common. "95a8af3e89df81a5fb487b03e7376dc10e5cdaf5" and "abed1dec09837639a94b139fa1699ab2ec56204a" have entirely different histories.

View file

@ -111,6 +111,7 @@ in {
};
# Enable sound
#hardware.pulseaudio.enable = false;
pipewire = {
enable = true;
wireplumber.enable = true;
@ -227,7 +228,6 @@ in {
helvum
easyeffects
ani-cli
bluetui
wl-clipboard # clipboard for wayland
pavucontrol
qbittorrent # torrenting
@ -273,7 +273,6 @@ in {
eza
ripgrep
viddy # modern `watch` command
thefuck
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
@ -292,19 +291,15 @@ in {
gnumake
imagemagick
# "Standard" Unix Commands
# Unix Commands
file
wget
tree
unzip
unrar-free
# Man Pages
man-pages
man-pages-posix
# Games
mindustry
dwarf-fortress
prismlauncher # minecraft
];
# Enable the use of certain programs
@ -405,11 +400,6 @@ in {
# driSupport = true;
# driSupport32Bit = true;
# }
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
# DO NOT MODIFY