Dev environment setup

This commit is contained in:
Charlotte Van Petegem 2020-02-20 17:55:03 +01:00
parent e1afafff33
commit 36ca746b47
11 changed files with 260 additions and 166 deletions

View file

@ -40,18 +40,16 @@
];
};
users.users.charlotte.extraGroups = [ "networkmanager" "video" "input" ];
virtualisation.docker.enable = true;
users.users.charlotte.extraGroups = [ "docker" "video" "input" ];
environment.systemPackages = with pkgs; [ eid-mw ];
system.autoUpgrade.enable = true;
home-manager.users.charlotte = { pkgs, ... }: {
nixpkgs = {
config = {
allowUnfree = true;
};
};
nixpkgs.config.allowUnfree = true;
home = {
packages = with pkgs; [
chromium