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, username, ... }:
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
username,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -11,10 +6,6 @@
|
||||||
../../users/opdavies
|
../../users/opdavies
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
wl-clipboard
|
|
||||||
];
|
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue