Remove wl-clipboard
This commit is contained in:
parent
b27a2fcabf
commit
a6bef1d8f9
1 changed files with 1 additions and 10 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{ inputs, username, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -11,10 +6,6 @@
|
|||
../../users/opdavies
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
nixosModules = {
|
||||
docker.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue