Add wallpaper to Northstar
This commit is contained in:
parent
7bd7bb6e52
commit
8578fc23c3
|
@ -1,7 +1,11 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
{pkgs, wallpapers, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
wallpapers,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
wallpapers,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../home/personal.nix
|
../../home/personal.nix
|
||||||
../../home/gui/firefox.nix
|
../../home/gui/firefox.nix
|
||||||
|
@ -18,6 +22,7 @@
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
config = {
|
config = {
|
||||||
|
output."*".bg = "${wallpapers.outputs.default} fill";
|
||||||
input = {
|
input = {
|
||||||
"touch" = {map_to_output = "DSI-1";};
|
"touch" = {map_to_output = "DSI-1";};
|
||||||
"touchpad" = {click_method = "clickfinger";};
|
"touchpad" = {click_method = "clickfinger";};
|
||||||
|
|
Loading…
Reference in a new issue