fix desktop graphics drivers and other things idk
This commit is contained in:
15
homes/laptop/home.nix
Normal file
15
homes/laptop/home.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../modules/game.nix
|
||||
./bspwm.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user