This commit is contained in:
Till 2023-05-16 15:11:21 +02:00
parent 52f9b876b5
commit e40cd3e583
10 changed files with 133 additions and 25 deletions

View file

@ -15,11 +15,9 @@
time.timeZone = "Europe/Berlin";
sound.enable = true;
hardware.pulseaudio.enable = true;
users.users.till = {
isNormalUser = true;
description = "Till";
extraGroups = [
"wheel"
"networkmanager"
@ -28,17 +26,20 @@
shell = pkgs.fish;
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
environment.systemPackages = with pkgs; [
neovim
wget
git
firefox
foot
wofi
pipewire
];
fonts.fonts = with pkgs; [
jetbrains-mono
joypixels
];
services = {
@ -47,6 +48,5 @@
printing.enable = true;
};
system.stateVersion = "22.11";
}