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