mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
winboat: Remove unneeded packages
This commit is contained in:
parent
40b1ddf4b4
commit
3ddcc430a6
1 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
|
@ -12,10 +11,6 @@
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [ pkgs-unstable.winboat ];
|
||||||
pkgs-unstable.winboat
|
|
||||||
pkgs.docker-compose
|
|
||||||
pkgs.freerdp
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue