fix desktop graphics drivers and other things idk
This commit is contained in:
8
homes/desktop/home.nix
Normal file
8
homes/desktop/home.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./nitrogen.nix ];
|
||||
home.file = {
|
||||
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user