mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
i3service: remove dmenu and i3 from env packages
This commit is contained in:
parent
b2c658ca11
commit
f03ce60bd2
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ in
|
|||
'';
|
||||
}];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ i3 i3status dmenu ];
|
||||
environment.systemPackages = with pkgs; [ i3 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue