Compare commits
3 commits
abed1dec09
...
95a8af3e89
| Author | SHA1 | Date | |
|---|---|---|---|
| 95a8af3e89 | |||
| 71176846d6 | |||
| 5988687e75 |
1 changed files with 13 additions and 3 deletions
|
|
@ -111,7 +111,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound
|
# Enable sound
|
||||||
#hardware.pulseaudio.enable = false;
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
|
|
@ -228,6 +227,7 @@ in {
|
||||||
helvum
|
helvum
|
||||||
easyeffects
|
easyeffects
|
||||||
ani-cli
|
ani-cli
|
||||||
|
bluetui
|
||||||
wl-clipboard # clipboard for wayland
|
wl-clipboard # clipboard for wayland
|
||||||
pavucontrol
|
pavucontrol
|
||||||
qbittorrent # torrenting
|
qbittorrent # torrenting
|
||||||
|
|
@ -273,6 +273,7 @@ in {
|
||||||
eza
|
eza
|
||||||
ripgrep
|
ripgrep
|
||||||
viddy # modern `watch` command
|
viddy # modern `watch` command
|
||||||
|
thefuck
|
||||||
|
|
||||||
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
|
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
|
||||||
# helix will support nixd by default
|
# helix will support nixd by default
|
||||||
|
|
@ -291,15 +292,19 @@ in {
|
||||||
gnumake
|
gnumake
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
||||||
# Unix Commands
|
# "Standard" Unix Commands
|
||||||
file
|
file
|
||||||
wget
|
wget
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
unrar-free
|
unrar-free
|
||||||
# Man Pages
|
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
|
|
||||||
|
# Games
|
||||||
|
mindustry
|
||||||
|
dwarf-fortress
|
||||||
|
prismlauncher # minecraft
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the use of certain programs
|
# Enable the use of certain programs
|
||||||
|
|
@ -400,6 +405,11 @@ in {
|
||||||
# driSupport = true;
|
# driSupport = true;
|
||||||
# driSupport32Bit = true;
|
# driSupport32Bit = true;
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# DO NOT MODIFY
|
# DO NOT MODIFY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue