update intel graphics config

This commit is contained in:
Vinzenz Schroeter 2024-12-01 10:03:30 +01:00
parent 44b17a0648
commit 04ef22593a
4 changed files with 21 additions and 21 deletions

View file

@ -6,9 +6,9 @@
'';
shellAliases = {
my-apply = "sudo nixos-rebuild boot";
my-switch = "sudo nixos-rebuild switch";
my-update = "sudo nixos-rebuild boot --upgrade";
my-apply = "sudo nixos-rebuild boot --flake";
my-switch = "sudo nixos-rebuild switch --flake";
my-update = "sudo nixos-rebuild boot --upgrade --flake";
my-pull = "git -C ~/Repos/nixos-configuration pull --rebase";
my-fmt = "alejandra .";
my-test = "sudo nixos-rebuild test";
@ -16,7 +16,6 @@
my-ip4 = "ip addr show | grep 192";
deadnix = "nix run github:astro/deadnix -- ";
statix = "nix run git+https://git.peppe.rs/languages/statix -- ";
my-nix-fixup = "deadnix -e && statix fix";
};
history = {