Some clean up on isle i3
This commit is contained in:
parent
0056cfcceb
commit
0fb2f9504f
|
@ -39,13 +39,14 @@ in with lib; {
|
|||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
extraPackages = with pkgs; [
|
||||
feh
|
||||
xdotool
|
||||
playerctl
|
||||
dmenu # application launcher most people use
|
||||
i3status # gives you the default i3 status bar
|
||||
i3lock # default i3 screen locker
|
||||
feh
|
||||
i3blocks # if you are planning on using i3blocks over i3status
|
||||
i3lock # default i3 screen locker
|
||||
i3status # gives you the default i3 status bar
|
||||
playerctl
|
||||
xclip
|
||||
xdotool
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.this.application.picom;
|
||||
cfg = config.this.application.i3.picom;
|
||||
i3 = config.this.application.i3;
|
||||
|
||||
in with lib; {
|
||||
options = {
|
||||
this.application.picom.enable = mkOption {
|
||||
this.application.i3.picom.enable = mkOption {
|
||||
default = i3.enable;
|
||||
type = with types; bool;
|
||||
};
|
||||
|
|
Reference in New Issue
Block a user