[general, networking] use rtl8821ce driver for bluetooth stuttering fix, enable flatpak, more
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
f9343a67b6
commit
674e20233b
6 changed files with 113 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue