formatting

This commit is contained in:
Osman Faruk Bayram 2025-04-24 22:03:09 +03:00
parent 88f7cd6ec0
commit 098675c2a3
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,8 @@
{config, pkgs, ...}:{
{
config,
pkgs,
...
}: {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.osbm = import ../home/home.nix {