formatting

This commit is contained in:
Osman Faruk Bayram 2024-12-17 14:06:07 +03:00
parent 2639e9c4e1
commit 6c23eac37b
2 changed files with 10 additions and 3 deletions

View file

@ -30,7 +30,6 @@
services.vscode-server.enable = true;
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.osbm = import ./home.nix;

View file

@ -1,6 +1,8 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "osbm";
@ -12,6 +14,12 @@
pkgs.fortune
];
programs.git = {
enable = true;
userEmail = "osmanfbayram@gmail.com";
userName = "osbm";
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards