home: formatting

This commit is contained in:
notohh 2023-06-10 05:04:09 -04:00
parent 021da4d0b7
commit 18456d8553
Signed by: notohh
GPG key ID: BD47506D475EE86D
6 changed files with 8 additions and 11 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {...}: {
programs.git = { programs.git = {
enable = true; enable = true;
delta.enable = true; delta.enable = true;

View file

@ -37,7 +37,7 @@ $crust: #11111b;
} }
#bar { #bar {
/* padding-top: 0.6rem; */ padding-top: 0.6rem;
padding-left: 1.4rem; padding-left: 1.4rem;
padding-right: 1.4rem; padding-right: 1.4rem;
} }

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {...}: {
programs.lf = { programs.lf = {
enable = true; enable = true;
settings = { settings = {

View file

@ -3,14 +3,14 @@
enable = true; enable = true;
icons = true; icons = true;
maxIconSize = 64; maxIconSize = 64;
maxVisible = 5; maxVisible = 3;
defaultTimeout = 5000; defaultTimeout = 5000;
ignoreTimeout = true; ignoreTimeout = true;
anchor = "top-right"; anchor = "top-right";
output = "DP-3"; output = "DP-3";
font = "jost 10"; font = "jost 10";
padding = "6"; padding = "6";
margin = "18,22,0"; margin = "18,21,0";
backgroundColor = "#1e1e2e"; backgroundColor = "#1e1e2e";
textColor = "#cdd6f4"; textColor = "#cdd6f4";
borderColor = "#74c7ec"; borderColor = "#74c7ec";

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
config,
...
}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
neofetch neofetch
]; ];

View file

@ -41,7 +41,7 @@ in {
programs.xwayland.enable = true; programs.xwayland.enable = true;
environment.sessionVariables = rec { environment.sessionVariables = {
GBM_BACKEND = "nvidia-drm"; GBM_BACKEND = "nvidia-drm";
__GL_GSYNC_ALLOWED = "0"; __GL_GSYNC_ALLOWED = "0";
__GL_VRR_ALLOWED = "0"; __GL_VRR_ALLOWED = "0";
@ -58,6 +58,7 @@ in {
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
EDITOR = "hx"; EDITOR = "hx";
TERMINAL = "wezterm";
}; };
environment.etc."greetd/environments".text = '' environment.etc."greetd/environments".text = ''