fix laptop wallpaper
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./nitrogen.nix ];
|
||||
imports = [ ../modules/nitrogen.nix ];
|
||||
home.file = {
|
||||
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
|
||||
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
||||
|
@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
../modules/game.nix
|
||||
../modules/nitrogen.nix
|
||||
];
|
||||
|
||||
programs.alacritty.settings.font.size = 8;
|
||||
|
Reference in New Issue
Block a user