chore: run fmt

This commit is contained in:
installer
2025-02-06 18:25:39 +01:00
parent 9600761c92
commit 75281a05ea
20 changed files with 380 additions and 272 deletions

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.cli-environment;
in
{
imports = [];
imports = [ ];
options.services.cli-environment = {
enable = mkEnableOption "enable cli-environment";
@@ -25,10 +30,12 @@ in
bat
tree
imv
eza # ?
eza # ?
appimage-run
nh
openssl
nixfmt-rfc-style
nil
];
programs.fish.enable = true;
};

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.desktop-apps;
in
{
imports = [];
imports = [ ];
options.services.desktop-apps = {
enable = mkEnableOption "enable desktop-apps";

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.dev-environment;
in
{
imports = [];
imports = [ ];
options.services.dev-environment = {
enable = mkEnableOption "enable dev-environment";

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.fonts;
in
{
imports = [];
imports = [ ];
options.services.fonts = {
enable = mkEnableOption "enable fonts";

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.gaming;
in
{
imports = [];
imports = [ ];
options.services.gaming = {
enable = mkEnableOption "enable gaming";
@@ -14,7 +19,7 @@ in
environment.systemPackages = with pkgs; [
bottles
steam
discord
discord
openttd
];
programs.steam.enable = true;

View File

@@ -1,10 +1,15 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
with lib;
let
let
cfg = config.services.window-manager;
in
{
imports = [];
imports = [ ];
options.services.window-manager = {
enable = mkEnableOption "enable window-manager";
@@ -13,7 +18,7 @@ in
config = mkIf cfg.enable {
programs.hyprland.enable = true;
programs.hyprlock.enable = true;
security.pam.services.hyprlock = {};
security.pam.services.hyprlock = { };
environment.systemPackages = with pkgs; [
# wofi
dolphin