Cleanup + add laptop packages

This commit is contained in:
2026-02-19 15:49:03 +01:00
parent b7ce19d338
commit e58d0d2ce9
3 changed files with 17 additions and 18 deletions

View File

@@ -7,9 +7,19 @@
{
programs = {
appimage = {
enable = true;
binfmt = true;
};
fuse = {
enable = true;
};
bat.enable = true;
zsh.enable = true;
gamemode.enable = true;
firefox = {
enable = true;
languagePacks = [

View File

@@ -3,8 +3,6 @@
pkgs,
lib,
czkawka-master,
solaar-master,
fet,
...
}:
@@ -24,19 +22,4 @@
swtpm
zenmonitor
];
fonts = {
packages = with pkgs; [
fira-code
font-awesome
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.symbols-only
nerd-fonts.ubuntu-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
ubuntu-classic
];
};
}

View File

@@ -1,6 +1,12 @@
{
config,
pkgs,
lib,
...
}:
{
{
environment.systemPackages = with pkgs; [
btop
];
}