home: formatting
This commit is contained in:
parent
021da4d0b7
commit
18456d8553
6 changed files with 8 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
|
|
|
@ -37,7 +37,7 @@ $crust: #11111b;
|
|||
}
|
||||
|
||||
#bar {
|
||||
/* padding-top: 0.6rem; */
|
||||
padding-top: 0.6rem;
|
||||
padding-left: 1.4rem;
|
||||
padding-right: 1.4rem;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
programs.lf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
enable = true;
|
||||
icons = true;
|
||||
maxIconSize = 64;
|
||||
maxVisible = 5;
|
||||
maxVisible = 3;
|
||||
defaultTimeout = 5000;
|
||||
ignoreTimeout = true;
|
||||
anchor = "top-right";
|
||||
output = "DP-3";
|
||||
font = "jost 10";
|
||||
padding = "6";
|
||||
margin = "18,22,0";
|
||||
margin = "18,21,0";
|
||||
backgroundColor = "#1e1e2e";
|
||||
textColor = "#cdd6f4";
|
||||
borderColor = "#74c7ec";
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
];
|
||||
|
|
|
@ -41,7 +41,7 @@ in {
|
|||
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
environment.sessionVariables = {
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
__GL_GSYNC_ALLOWED = "0";
|
||||
__GL_VRR_ALLOWED = "0";
|
||||
|
@ -58,6 +58,7 @@ in {
|
|||
XCURSOR_SIZE = "24";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
EDITOR = "hx";
|
||||
TERMINAL = "wezterm";
|
||||
};
|
||||
|
||||
environment.etc."greetd/environments".text = ''
|
||||
|
|
Loading…
Reference in a new issue