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
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
{pkgs, wallpapers, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
wallpapers,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
wallpapers,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../home/personal.nix
|
||||
../../home/gui/firefox.nix
|
||||
|
@ -18,6 +22,7 @@
|
|||
|
||||
wayland.windowManager.sway = {
|
||||
config = {
|
||||
output."*".bg = "${wallpapers.outputs.default} fill";
|
||||
input = {
|
||||
"touch" = {map_to_output = "DSI-1";};
|
||||
"touchpad" = {click_method = "clickfinger";};
|
||||
|
|
Loading…
Reference in a new issue