Files
nix-config/homes/laptop/home.nix
2024-10-19 13:22:09 +02:00

16 lines
286 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../modules/game.nix
../modules/nitrogen.nix
];
programs.alacritty.settings.font.size = 8;
home.file = {
".config/bspwm/host.sh".source = ./bspwm/host.sh;
# ".config/bspwm/screenlayout.sh".source = ./bspwm/host.sh;
};
}