Compare commits
No commits in common. "c2d791080073f5a63f404cde125c318e28412614" and "3de17049b71513cff1c26431f13ab990e2417d43" have entirely different histories.
c2d7910800
...
3de17049b7
|
@ -35,7 +35,7 @@
|
|||
unstable-vscode = ({ ... }: let
|
||||
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
|
||||
in {
|
||||
virtualisation.docker.enable = true;
|
||||
virtualization.docker.enable = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.distrobox
|
||||
pkgs.vscode
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
};
|
||||
|
||||
users.users.tvb = {
|
||||
extraGroups = [ "networkmanager" "docker" ];
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [
|
||||
gnome-randr
|
||||
python3
|
||||
|
@ -94,7 +94,6 @@
|
|||
libreoffice
|
||||
obsidian
|
||||
mpv
|
||||
qutebrowser
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in New Issue