Add treefmt

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-16 18:53:11 +00:00
parent 22c82653dd
commit 2888bb8b72
70 changed files with 414 additions and 291 deletions

View File

@@ -11,12 +11,15 @@
### Third-party Services
- [ ] Firefox
- [ ] Authenticate
- [ ] Spotify
- [ ] Authenticate
- [ ] Local Files
- [ ] Steam
- [ ] Authenticate
- [ ] `protonup`

View File

@@ -1,3 +1,5 @@
# shellcheck shell=bash
AMD=/dev/dri/by-path/pci-0000:06:00.0-card
NVIDIA=/dev/dri/by-path/pci-0000:01:00.0-card

View File

@@ -5,9 +5,7 @@
...
}:
{
imports = [
./display.nix
];
imports = [ ./display.nix ];
# https://github.com/NixOS/nixos-hardware/tree/master/lenovo/legion/16achg6
hardware = {

View File

@@ -2,9 +2,7 @@
{
boot.kernelParams = [ "video=eDP-1:2560x1600@165" ];
programs.steam.package = pkgs.steam.override {
extraEnv.STEAM_FORCE_DESKTOPUI_SCALING = 1.25;
};
programs.steam.package = pkgs.steam.override { extraEnv.STEAM_FORCE_DESKTOPUI_SCALING = 1.25; };
home-manager.sharedModules = [
{

View File

@@ -13,6 +13,7 @@
nix.enable = true;
python.enable = true;
rest.enable = true;
sops.enable = true;
typescript.enable = true;
yaml.enable = true;
};