Update default.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 05:58:00 +02:00
committed by GitHub
parent 0fcee52c07
commit d23dc3f8ab

View File

@@ -10,18 +10,6 @@
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";