fix: git default branch

This commit is contained in:
2024-08-11 11:32:54 +08:00
parent ea7422d6d0
commit 9c9b355c9b
4 changed files with 14 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, pkgs, inputs, ... }:
{
imports =
@@ -11,7 +11,7 @@
nix.settings.experimental-features = ["nix-command" "flakes" ];
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "falcon-nixos"; # Define your hostname.
users.users.yadunut = {
shell = pkgs.zsh;