update
This commit is contained in:
@@ -41,13 +41,27 @@
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = (with pkgs; [
|
||||
alacritty
|
||||
xfe
|
||||
feh
|
||||
keepassxc
|
||||
gnucash
|
||||
owncloud-client
|
||||
thunderbird
|
||||
libreoffice-fresh
|
||||
kdePackages.spectacle
|
||||
kdePackages.gwenview
|
||||
kdePackages.okular
|
||||
];
|
||||
]) ++ (with pkgs.skkDictionaries; [
|
||||
l
|
||||
emoji
|
||||
edict
|
||||
assoc
|
||||
itaiji
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user