minor home tweaks

This commit is contained in:
Vinzenz Schroeter 2025-01-26 16:19:59 +01:00
parent aee35ecfa3
commit 85b4ea5880
3 changed files with 5 additions and 5 deletions

View file

@ -39,10 +39,11 @@ inputs@{ pkgs, ... }:
wireguard-tools
wirelesstools
alejandra # nix formatter
kdiff3
jetbrains-toolbox
blanket
vlc
];
home.file."policy.json" = {

View file

@ -11,8 +11,7 @@
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-pull = "git -C ~/Repos/nixos-configuration pull --rebase";
my-test = "sudo nixos-rebuild test";
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
my-ip4 = "ip addr show | grep 192";

View file

@ -99,7 +99,7 @@
fonts = {
enableDefaultPackages = true;
fontconfig.defaultFonts.monospace = [ "FiraCode Nerd Font" ];
packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) roboto-mono ];
};
hardware.logitech.wireless = {