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