flake: clean up modules
This commit is contained in:
parent
28f18c9a99
commit
8cd8b3a3f9
64 changed files with 258 additions and 273 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ config, common, pkgs, lib, ... }:
|
||||
with lib;
|
||||
with lib.our;
|
||||
let
|
||||
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
programs.xss-lock = {
|
||||
enable = true;
|
||||
lockerCommand = lib.getExe config.common.wm.locker;
|
||||
lockerCommand = lib.getExe common.wm.locker;
|
||||
};
|
||||
|
||||
# Automatically attach/detatch connected/disconnected monitors
|
||||
|
@ -64,7 +64,7 @@ in
|
|||
|
||||
pavucontrol
|
||||
|
||||
config.common.wm.locker
|
||||
common.wm.locker
|
||||
];
|
||||
}
|
||||
(mkIf cfg.qtile.enable {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ options, config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
with lib.our;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
with lib.our;
|
||||
let
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, private, ... }:
|
||||
{ config, lib, private, ... }:
|
||||
with lib;
|
||||
with lib.our;
|
||||
let
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, options, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
with lib;
|
||||
with lib.our;
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue