fmt: cleanup
This commit is contained in:
parent
ceabb5261a
commit
5f86d0ec99
4 changed files with 12 additions and 10 deletions
|
|
@ -6,7 +6,6 @@ topLevel: {
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
homeManager.cholli =
|
||||
|
|
|
|||
|
|
@ -13,9 +13,17 @@
|
|||
in
|
||||
|
||||
{
|
||||
security.pam.services.gdm.enableGnomeKeyring = true;
|
||||
services.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
systemPackages = with pkgs; [
|
||||
zenbrowser
|
||||
|
||||
sourcegit
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue