Rust things and startup programs
This commit is contained in:
parent
647bd41464
commit
322c533780
3 changed files with 10 additions and 3 deletions
nixos/desktop
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue