mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
i3service: remove dmenu and i3 from env packages
This commit is contained in:
parent
b2c658ca11
commit
f03ce60bd2
@ -34,6 +34,6 @@ in
|
|||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [ i3 i3status dmenu ];
|
environment.systemPackages = with pkgs; [ i3 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user