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