[general, networking] use rtl8821ce driver for bluetooth stuttering fix, enable flatpak, more

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-06-06 12:22:10 +02:00
parent f9343a67b6
commit 674e20233b
6 changed files with 113 additions and 2 deletions

View file

@ -27,6 +27,17 @@
homeDirectory = "/home/jo";
};
# Flatpak packages
services.flatpak = {
enable = true;
update.auto.enable = true;
uninstallUnmanaged = true;
packages = [
"com.jeffser.Alpaca"
];
};
# General packages
home.packages = with pkgs; [
qflipper
@ -34,18 +45,22 @@
vesktop
lunar-client
steam
g4music
# For development
avra
avrdude
vscodium
jetbrains.phpstorm
git
nodejs_22
bun
# Work stuff for when I'm not actually working
teams-for-linux
enpass
# Notes and Organisation
obsidian
];
# Enable home-manager