Rename hosts for clarity

This commit is contained in:
SebastianStork 2025-08-16 22:03:37 +02:00
parent d99844df8f
commit fc386b98dd
24 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ pkgs, ... }:
{
imports = [ ../home.nix ];
home.stateVersion = "23.11";
custom = {
sops.agePublicKey = "age1p32cyzakxtcx346ej82ftln4r2aw2pcuazq3583s85nzsan4ygqsj32hjf";
theme = "dark";
};
home.packages = [
pkgs.ffmpeg
pkgs.obs-studio
pkgs.davinci-resolve
pkgs.gimp
];
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ];
}