8 lines
121 B
Nix
8 lines
121 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
gnome.gnome-tweaks
|
|
gnome.gnome-keyring
|
|
gnome.seahorse
|
|
];
|
|
}
|