chore: run nixfmt across repo
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
|
||||
settings = {
|
||||
window = {
|
||||
padding = { x = 4; y = 8; };
|
||||
padding = {
|
||||
x = 4;
|
||||
y = 8;
|
||||
};
|
||||
decorations = "full";
|
||||
opacity = 1;
|
||||
startup_mode = "Windowed";
|
||||
@@ -22,7 +25,7 @@
|
||||
terminal.shell.program = "zsh";
|
||||
|
||||
font = {
|
||||
size = 14;
|
||||
size = 14;
|
||||
normal.family = font;
|
||||
bold.family = font;
|
||||
italic.family = font;
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
{ lib, pkgs, userName, userEmail, ... }:
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
userName,
|
||||
userEmail,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
let
|
||||
onePassPath = "~/.1password/agent.sock";
|
||||
in {
|
||||
in
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = "IdentityAgent ${onePassPath}";
|
||||
|
||||
@@ -5,13 +5,15 @@
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
# Be sure to actually install the font first!
|
||||
font = "ComicCodeLigatures";
|
||||
username = "shahab";
|
||||
email = "shahab@dogar.dev";
|
||||
fullName = "Shahab Dogar";
|
||||
in {
|
||||
in
|
||||
{
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
# Custom import to configure font
|
||||
|
||||
Reference in New Issue
Block a user