From 7dda362c06c93d53705cfd5ff78e895aeae95e9c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:34:44 +0100 Subject: Format files --- modules/users/Rory.client.nix | 4 ++-- modules/users/chris.nix | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/users') diff --git a/modules/users/Rory.client.nix b/modules/users/Rory.client.nix index fb6ad88..ede12df 100755 --- a/modules/users/Rory.client.nix +++ b/modules/users/Rory.client.nix @@ -35,7 +35,7 @@ # # Install = { WantedBy = [ "default.target" ]; }; # - # Service = { + # Service = { # ExecStart = "${pkgs.keepassxc}/bin/keepassxc ~/.secrets.kdbx"; # Restart = "always"; # }; @@ -50,7 +50,7 @@ # # Install = { WantedBy = [ "default.target" ]; }; # - # Service = { + # Service = { # ExecStart = "${pkgs.easyeffects}/bin/easyeffects"; # Restart = "always"; # }; diff --git a/modules/users/chris.nix b/modules/users/chris.nix index 3ae92fd..ea939b6 100755 --- a/modules/users/chris.nix +++ b/modules/users/chris.nix @@ -4,7 +4,10 @@ users.users.chris = { isNormalUser = true; - extraGroups = [ "wheel" "dialout" ]; + extraGroups = [ + "wheel" + "dialout" + ]; packages = with pkgs; [ nano #nodejs-slim -- cgit 1.5.1