fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
10 lines
110 B
Nix
10 lines
110 B
Nix
{ pkgs
|
|
, config
|
|
, lib
|
|
, ...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
kdePackages.okular
|
|
];
|
|
}
|