Compare commits
3 Commits
3de17049b7
...
c2d7910800
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | c2d7910800 | |
Tim Van Baak | 3f7f9fe4ec | |
Tim Van Baak | f44dc7880d |
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue