refactor: move wl-clipboard to system packages
This commit is contained in:
parent
68b562feac
commit
f6e775bbd9
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, inputs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
|
with pkgs;
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs/ags.nix
|
./programs/ags.nix
|
||||||
|
@ -17,9 +18,12 @@
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.rafiq.home.packages = with pkgs; [
|
environment.systemPackages = [
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
|
||||||
|
home-manager.users.rafiq.home.packages = [
|
||||||
hyprpicker
|
hyprpicker
|
||||||
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
wl-clipboard # provides cli copy and paste commands
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue