mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51: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,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -12,10 +11,6 @@
|
|||
virtualisation.docker.enable = true;
|
||||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs-unstable.winboat
|
||||
pkgs.docker-compose
|
||||
pkgs.freerdp
|
||||
];
|
||||
environment.systemPackages = [ pkgs-unstable.winboat ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue