non important commit
This commit is contained in:
parent
5f560a999c
commit
07d14e3fc2
2 changed files with 22 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
libreoffice
|
||||
|
|
@ -12,8 +16,14 @@
|
|||
qimgv
|
||||
wineWowPackages.staging
|
||||
ytmdesktop
|
||||
|
||||
kdePackages.dolphin
|
||||
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
programs.zen-browser.enable = true;
|
||||
|
||||
file = {
|
||||
".config/kdeglobals".text = ''
|
||||
[General]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue