mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update default.nix
This commit is contained in:
@@ -10,6 +10,18 @@
|
||||
networking.hostName = "pc";
|
||||
|
||||
home-manager.users.thiloho = { pkgs, lib, ... }: {
|
||||
wayland.windowManager.sway.config.output = let
|
||||
wallpaper = pkgs.callPackage ../wallpaper.nix {};
|
||||
in {
|
||||
DP-1 = {
|
||||
bg = "${wallpaper} fill";
|
||||
res = "1920x1080@144.000Hz";
|
||||
};
|
||||
DP-2 = {
|
||||
bg = "${wallpaper} fill";
|
||||
res = "1920x1080@144.000Hz";
|
||||
};
|
||||
};
|
||||
programs.git = {
|
||||
signing = {
|
||||
key = "A6C6D25B9687377B";
|
||||
|
||||
Reference in New Issue
Block a user