tex?
This commit is contained in:
parent
52f9b876b5
commit
e40cd3e583
10 changed files with 133 additions and 25 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue