for mommy
This commit is contained in:
parent
be0d65d998
commit
5c75725989
2 changed files with 14 additions and 7 deletions
19
users/vy.nix
19
users/vy.nix
|
|
@ -4,21 +4,28 @@
|
|||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
users.users.vy.packages = with pkgs; [
|
||||
oculante
|
||||
rnote
|
||||
}: let
|
||||
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
||||
in {
|
||||
users.users.vy.packages =
|
||||
(with pkgs-last-building; [
|
||||
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
||||
])
|
||||
++ (with pkgs; [
|
||||
audacity
|
||||
cosmic-store
|
||||
google-chrome
|
||||
jellyfin-media-player
|
||||
onlyoffice-desktopeditors
|
||||
rnote
|
||||
signal-desktop
|
||||
signal-desktop
|
||||
snapper
|
||||
syncthingtray
|
||||
toastify
|
||||
yt-dlp
|
||||
zoom-us
|
||||
toastify
|
||||
];
|
||||
]);
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue