fix laptop wallpaper

This commit is contained in:
2024-10-19 13:22:09 +02:00
parent a4020fd7bd
commit e8681a88a6
3 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -3,6 +3,7 @@
{
imports = [
../modules/game.nix
../modules/nitrogen.nix
];
programs.alacritty.settings.font.size = 8;