- Move user programs out of systems section and int user section - Install user packages with home manager rather than system wide
8 lines
92 B
Nix
8 lines
92 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.gnome = {
|
|
gnome-keyring.enable = true;
|
|
};
|
|
}
|