mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
389d3fa702
commit
79452a5a0c
3 changed files with 10 additions and 7 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.weechat = {
|
||||
enable = true;
|
||||
};
|
||||
programs.weechat = { enable = true; };
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ./konawall.nix ];
|
||||
imports = [
|
||||
./waybar
|
||||
./mako.nix
|
||||
./sway.nix
|
||||
./swayidle.nix
|
||||
./gammastep.nix
|
||||
./konawall.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.konawall = {
|
||||
enable = true;
|
||||
};
|
||||
services.konawall = { enable = true; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue