home: Temporarily disable X‐dependent applications
This commit is contained in:
parent
a99e4ee0c7
commit
97606a6744
1 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,6 @@ let
|
||||||
in lib.getExe pkg;
|
in lib.getExe pkg;
|
||||||
in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
abiword
|
|
||||||
calibre
|
calibre
|
||||||
evolution
|
evolution
|
||||||
fractal
|
fractal
|
||||||
|
@ -56,7 +55,6 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
obsidian
|
obsidian
|
||||||
restic
|
restic
|
||||||
simple-scan
|
simple-scan
|
||||||
signal-desktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fuzzel = {
|
programs.fuzzel = {
|
||||||
|
|
Loading…
Reference in a new issue