setup desktop with nixos

This commit is contained in:
Vinzenz Schroeter 2023-08-27 13:28:13 +02:00
parent 4585904bdc
commit be2290371c
9 changed files with 106 additions and 24 deletions

View file

@ -31,4 +31,15 @@
gnome-music
pkgs.gnome-connections
];
home-manager.users.vinzenz = {
config,
pkgs,
...
}: {
home.packages = with pkgs; [
gnome.gpaste
amberol
];
};
}