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;
[ # Utilities
@ -42,11 +44,9 @@
sushi.enable = false;
};
##########
# gnome.core-os-services excerpt
security.polkit.enable = true;
services.power-profiles-daemon.enable = false; # TODO: Remove
@ -54,7 +54,6 @@
xdg.mime.enable = true;
xdg.icons.enable = true;
# Harmonize Qt5 application style and also make them use the portal for file chooser dialog.
qt = {
enable = mkDefault true;
@ -65,8 +64,7 @@
# Needed for themes and backgrounds
environment.pathsToLink = [
"/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173
]; ##########
]; # #########
# GVFS
services.gvfs.enable = true;

View file

@ -51,7 +51,10 @@
})
];
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 // {
position = "2560,0";
scale = 2.0;

View file

@ -75,7 +75,8 @@ in rec {
light = "${pkgs.light}/bin/light";
in lib.mkOptionDefault {
"${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}+y" = "move workspace to output left";