I don't even remember what I changed here
This commit is contained in:
parent
bc2d99d9a8
commit
ad54c9fe3b
2 changed files with 3 additions and 6 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
arduino
|
|
||||||
ark
|
ark
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.de
|
aspellDicts.de
|
||||||
|
|
@ -11,7 +10,6 @@
|
||||||
aspellDicts.pt_BR
|
aspellDicts.pt_BR
|
||||||
bat
|
bat
|
||||||
bitwarden
|
bitwarden
|
||||||
crun
|
|
||||||
deploy-rs
|
deploy-rs
|
||||||
distrobox
|
distrobox
|
||||||
fd
|
fd
|
||||||
|
|
@ -24,8 +22,7 @@
|
||||||
helvum
|
helvum
|
||||||
heroic
|
heroic
|
||||||
inkscape
|
inkscape
|
||||||
# itch # Currently using unsafe electron version
|
itch # Currently using unsafe electron version
|
||||||
joplin-desktop
|
|
||||||
junction
|
junction
|
||||||
kate
|
kate
|
||||||
kolourpaint
|
kolourpaint
|
||||||
|
|
@ -39,15 +36,14 @@
|
||||||
nix-init
|
nix-init
|
||||||
obs-studio
|
obs-studio
|
||||||
p7zip
|
p7zip
|
||||||
|
platformio
|
||||||
prismlauncher-qt5
|
prismlauncher-qt5
|
||||||
protontricks
|
protontricks
|
||||||
protonup
|
protonup
|
||||||
qbittorrent
|
qbittorrent
|
||||||
quickemu
|
quickemu
|
||||||
qview
|
qview
|
||||||
signal-desktop
|
|
||||||
gnome-solanum
|
gnome-solanum
|
||||||
reaper
|
|
||||||
solvespace
|
solvespace
|
||||||
space-cadet-pinball
|
space-cadet-pinball
|
||||||
steamtinkerlaunch
|
steamtinkerlaunch
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = with pkgs; [ epson-escpr ];
|
drivers = with pkgs; [ epson-escpr ];
|
||||||
};
|
};
|
||||||
|
udev.packages = [ pkgs.platformio pkgs.openocd ];
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue