debloat
This commit is contained in:
parent
d975f43b3e
commit
cd78d9d00f
13 changed files with 18 additions and 145 deletions
3
class/desktop/clipboard.nix
Normal file
3
class/desktop/clipboard.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [pkgs.wl-clipboard];
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./clipboard.nix
|
||||
./flatpak.nix
|
||||
./fonts.nix
|
||||
./fs.nix
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: let
|
||||
package = pkgs.neovide;
|
||||
in {
|
||||
environment.systemPackages = [package pkgs.wl-clipboard];
|
||||
environment.systemPackages = [package];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue