diff --git a/dotfiles/neovim/lua/my/lazy.lua b/dotfiles/neovim/lua/my/lazy.lua index adb6e48..414dc14 100644 --- a/dotfiles/neovim/lua/my/lazy.lua +++ b/dotfiles/neovim/lua/my/lazy.lua @@ -1,4 +1,3 @@ --- TODO(imperanence): handle persistence local M = {} function M.setup() diff --git a/home/adrielus/features/desktop/common/games/default.nix b/home/adrielus/features/desktop/common/games/default.nix index 55e843d..67b6f23 100644 --- a/home/adrielus/features/desktop/common/games/default.nix +++ b/home/adrielus/features/desktop/common/games/default.nix @@ -1,3 +1,3 @@ { - imports = [./wine.nix ./lutris.nix]; - } + imports = [ ./wine.nix ./lutris.nix ]; +} diff --git a/home/adrielus/tethys.nix b/home/adrielus/tethys.nix index 6abacc6..b65f18d 100644 --- a/home/adrielus/tethys.nix +++ b/home/adrielus/tethys.nix @@ -29,6 +29,6 @@ sherlock # Search for usernames across different websites ]; - home.sessionVariables.QT_SCREEN_SCALE_FACTOR = 1.4; # Bigger text in qt apps + home.sessionVariables.QT_SCREEN_SCALE_FACTORS = 1.4; # Bigger text in qt apps satellite.dev.enable = true; # Simlink some stuff outside the store }