Fix formatting

This commit is contained in:
Fabian Hauser 2023-11-29 10:31:37 +01:00
parent 84037c73b8
commit b6cdb4fe33
3 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,6 @@
{ config, pkgs, lib, ... }: let mkDefault = lib.mkDefault; in { { config, pkgs, lib, ... }:
let mkDefault = lib.mkDefault;
in {
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
[ # Utilities [ # Utilities
@ -42,11 +44,9 @@
sushi.enable = false; sushi.enable = false;
}; };
########## ##########
# gnome.core-os-services excerpt # gnome.core-os-services excerpt
security.polkit.enable = true; security.polkit.enable = true;
services.power-profiles-daemon.enable = false; # TODO: Remove services.power-profiles-daemon.enable = false; # TODO: Remove
@ -54,7 +54,6 @@
xdg.mime.enable = true; xdg.mime.enable = true;
xdg.icons.enable = true; xdg.icons.enable = true;
# Harmonize Qt5 application style and also make them use the portal for file chooser dialog. # Harmonize Qt5 application style and also make them use the portal for file chooser dialog.
qt = { qt = {
enable = mkDefault true; enable = mkDefault true;
@ -67,7 +66,6 @@
"/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173 "/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173
]; # ######### ]; # #########
# GVFS # GVFS
services.gvfs.enable = true; services.gvfs.enable = true;

View file

@ -51,7 +51,10 @@
}) })
]; ];
office-cyrille-dock.outputs = [ office-cyrille-dock.outputs = [
(mkScreen "Acer Technologies Acer PE270K 0x0000B784" // { position = "0,0"; scale = 1.5; }) (mkScreen "Acer Technologies Acer PE270K 0x0000B784" // {
position = "0,0";
scale = 1.5;
})
(mkScreen p14sScreen // { (mkScreen p14sScreen // {
position = "2560,0"; position = "2560,0";
scale = 2.0; scale = 2.0;

View file

@ -75,7 +75,8 @@ in rec {
light = "${pkgs.light}/bin/light"; light = "${pkgs.light}/bin/light";
in lib.mkOptionDefault { in lib.mkOptionDefault {
"${mod}+p" = "exec passbemenu"; "${mod}+p" = "exec passbemenu";
"${mod}+Shift+d" = "exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel"; "${mod}+Shift+d" =
"exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel";
"${mod}+x" = "move workspace to output right"; "${mod}+x" = "move workspace to output right";
"${mod}+y" = "move workspace to output left"; "${mod}+y" = "move workspace to output left";