1
1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Tim Van Baak c2d7910800 unfolder: qutebrowser 2024-08-28 12:33:41 -07:00
Tim Van Baak 3f7f9fe4ec unfolder: add tvb to docker group 2024-08-16 20:00:14 -07:00
Tim Van Baak f44dc7880d beatific: typo 2024-08-16 19:45:18 -07:00
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@
unstable-vscode = ({ ... }: let
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
in {
virtualization.docker.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = [
pkgs.distrobox
pkgs.vscode

View File

@ -74,7 +74,7 @@
};
users.users.tvb = {
extraGroups = [ "networkmanager" ];
extraGroups = [ "networkmanager" "docker" ];
packages = with pkgs; [
gnome-randr
python3
@ -94,6 +94,7 @@
libreoffice
obsidian
mpv
qutebrowser
];
networking.firewall = {