chore: run fmt
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user