mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update laptop configuration
This commit is contained in:
@@ -9,6 +9,16 @@
|
|||||||
networking.hostName = "laptop";
|
networking.hostName = "laptop";
|
||||||
|
|
||||||
home-manager.users.thiloho = { pkgs, ... }: {
|
home-manager.users.thiloho = { pkgs, ... }: {
|
||||||
|
wayland.windowManager.sway.config.output = let
|
||||||
|
wallpaper = pkgs.fetchurl {
|
||||||
|
url = "https://imgur.com/aAWzGqj.jpg";
|
||||||
|
hash = "sha256-iTQS939Zrvjv4rBJ6Y41kdsBBN9lT5yAoJnNg/WiMoA=";
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
eDP-1 = {
|
||||||
|
bg = "${wallpaper} fill";
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
signing = {
|
signing = {
|
||||||
key = "86C465C22C8A4D56";
|
key = "86C465C22C8A4D56";
|
||||||
|
|||||||
Reference in New Issue
Block a user