Fix formatting
This commit is contained in:
parent
9d53a24f77
commit
42fef9cd31
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
services.xserver.windowManager.i3.enable = true;
|
||||
|
||||
services.displayManager = {
|
||||
defaultSession = "sway";
|
||||
defaultSession = "sway";
|
||||
};
|
||||
|
||||
# Enable touchpad support.
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, pkgsUnstable, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
pkgsUnstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
#TODO: ENV variabls for agent
|
||||
programs.gpg = {
|
||||
|
|
Loading…
Add table
Reference in a new issue