Shadow config v1.0
This commit is contained in:
commit
84bc5de209
25 changed files with 2324 additions and 0 deletions
21
home/modules/multimedia.nix
Normal file
21
home/modules/multimedia.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
kdePackages.kate
|
||||
kdePackages.dolphin
|
||||
kdePackages.ark
|
||||
trilium-next-desktop
|
||||
krita
|
||||
libresprite
|
||||
mpv
|
||||
inkscape
|
||||
qimgv
|
||||
wineWowPackages.staging
|
||||
ytmdesktop
|
||||
];
|
||||
|
||||
home.file.".config/kdeglobals".text = ''
|
||||
[General]
|
||||
TerminalApplication=foot
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue