set up kde for enoko

This commit is contained in:
insects 2024-08-18 22:41:55 +02:00
parent a0be378e79
commit 50ae1f3d3f
10 changed files with 52 additions and 33 deletions

View file

@ -0,0 +1,30 @@
{ pkgs, ... }: {
imports = [
./mako.nix
./wofi.nix
./waybar.nix
];
home.packages = with pkgs; [
wf-recorder
wl-clipboard
vesktop
xdg-utils
nautilus
adwaita-icon-theme
];
programs.imv.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
config = {
common = {
default = [
"wlr"
];
};
};
};
}