Initial commit

This commit is contained in:
2020-05-30 14:07:02 +02:00
commit 0eecc461c9
9 changed files with 319 additions and 0 deletions

30
roles/subroles/dev.nix Normal file
View File

@ -0,0 +1,30 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
neovim
vim
vscodium
docker-compose
binutils
curl
htop
nixfmt
ripgrep
shellcheck
tmux
unzip
wget
git
rustup
direnv
];
services.lorri.enable = true;
programs.adb.enable = true;
}

View File

@ -0,0 +1,20 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
steam
steam-run
#lutris
#multimc
#(wine.override { wineBuild = "wineWow"; })
mplayer
spotify
vlc
teamspeak_client
];
# needed for steam
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}

View File

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
firefox
chromium
thunderbird
riot-desktop
tdesktop
];
}