added nixos-desktop

This commit is contained in:
Moritz Böhme 2021-09-29 13:06:28 +02:00
parent 00ff693780
commit c047063ff3
3 changed files with 63 additions and 0 deletions

View file

@ -20,6 +20,8 @@
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ]; })
];
time.timeZone = "Europe/Berlin";
# PACKAGES
environment.systemPackages = with pkgs; [
vim

View file

@ -12,4 +12,13 @@
home-manager.users.moritz.services = {
kdeconnect.enable = true;
};
services = {
printing.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
};
}