More formatting changes

This commit is contained in:
Jimbo 2025-02-25 01:37:56 -05:00
parent 258ddad76d
commit 611eaab26c
45 changed files with 52 additions and 66 deletions

View file

@ -1,4 +1,4 @@
{ nur, lib, ... }:
{ lib, nur, ... }:
{
imports = [
./files

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, nur, ... }:
{ config, lib, pkgs, nur, ... }:
{
config = lib.mkIf config.home.desktop.enable {
programs.firefox = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
{
config = lib.mkIf config.home.gaming.enable {
programs.mangohud.enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
programs.mpv = {
enable = config.home.desktop.enable;

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ config, lib, pkgs, ... }:
{
config = lib.mkIf config.home.desktop.enable {
home.packages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ config, lib, pkgs, ... }:
{
imports = [ ./scripts ];

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; lib.mkIf config.programs.rofi.enable [
(pkgs.writeScriptBin "rofiscratch" ''

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
gtk.gtk3.bookmarks = [
"file:///home/${config.home.username}/Keepers"

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
config.home.niri.settings.hotkeys = let
primeMod = "Mod";

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
config.home.niri.settings.rules = pkgs.writeText "rules" ''
// Browsers

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
config.home.niri.settings.theme = pkgs.writeText "theme" ''
prefer-no-csd

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
let
default = "#${config.look.colors.prime}FF";
wrong = "#${config.look.colors.split}FF";

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
programs.waybar = let
swayWorkspaceModule = {

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, pkgs, ... }:
{
wayland.windowManager.sway.config = let
# Set default modifier and variables