This commit is contained in:
Julian 2026-02-16 21:01:13 +00:00
parent 29eb6493be
commit d03352736a
39 changed files with 67 additions and 46 deletions

22
systems/common.nix Normal file → Executable file
View file

@ -61,12 +61,6 @@
# Services
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
services.openssh.enable = true;
security.polkit.enable = true;
programs.zsh.enable = true;
@ -103,7 +97,6 @@
python3
pv
whois
kdePackages.xdg-desktop-portal-kde
fwupd
usbutils # lsusb
pciutils # lspci
@ -113,23 +106,8 @@
nvme-cli
smartmontools
ripgrep
mesa-demos
];
services.flatpak.enable = true;
fonts.packages = with pkgs; [
noto-fonts-color-emoji
noto-fonts-cjk-sans
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
services.xserver.excludePackages = [ pkgs.xterm ];
documentation.nixos.enable = false;
systemd.network.wait-online.enable = false;