1
0
Fork 0

Rust things and startup programs

This commit is contained in:
Lauren Toivanen 2023-04-27 14:06:58 +03:00
parent 647bd41464
commit 322c533780
3 changed files with 10 additions and 3 deletions
nixos/desktop

View file

@ -153,6 +153,10 @@
services.udev.packages = with pkgs; [ logitech-udev-rules ];
networking.firewall.enable = false;
virtualisation.docker = {
enable = true;
};
#fonts.fontDir.enable = true;
#fonts.enableDefaultFonts = true;
fonts.fontconfig.defaultFonts.monospace = [ "Fira Code" ];
@ -211,7 +215,7 @@
users.users.jt = {
isNormalUser = true;
description = "Jarkko Toivanen";
extraGroups = [ "networkmanager" "wheel" "dialout" "libvirtd"];
extraGroups = [ "networkmanager" "wheel" "dialout" "libvirtd" "docker" ];
packages = with pkgs; [
firefox
wineWowPackages.stable
@ -237,6 +241,7 @@
git
rustup
rust-analyzer
cargo-cross
gcc
obs-studio
appimage-run