Skip to content

Commit

Permalink
chore: format nix files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 22, 2025
1 parent 06c45ad commit 4b4f125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/os/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rec {
useGlobalPkgs = true;
useUserPackages = true;
users.${user} = builtins.import ../../users/${user}/home.nix;
sharedModules = [] ++ (nixpkgs.lib.optionals (!iso) [
sharedModules = [ ] ++ (nixpkgs.lib.optionals (!iso) [
sops-nix.homeManagerModules.sops
_1password-shell-plugins.hmModules.default
]);
Expand Down
3 changes: 2 additions & 1 deletion users/gael/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

let
inherit (inputs) _1password-shell-plugins;
in {
in
{
users.users.gael = {
isNormalUser = true;
description = "Gaël Reyrol";
Expand Down
4 changes: 2 additions & 2 deletions users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
metrics = false;
};
theme = {
mode = "system";
mode = "system";
};
load_direnv = "direct";
ui_font_family = "JetBrains Mono";
Expand Down Expand Up @@ -564,7 +564,7 @@
signByDefault = true;
};
delta.enable = true;
includes = [];
includes = [ ];
extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
Expand Down

0 comments on commit 4b4f125

Please sign in to comment.