mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Changes wallpaper
This commit is contained in:
parent
9d89fa5d82
commit
b4b0e541c4
4 changed files with 5 additions and 6 deletions
BIN
common/oceanmountains.png
Normal file
BIN
common/oceanmountains.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
|
@ -4,7 +4,7 @@
|
||||||
globals,
|
globals,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
stylix.image = pkgs.fetchurl globals.wallpapers.current;
|
stylix.image = globals.wallpapers.current;
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
|
|
||||||
environment.pathsToLink = ["/share/zsh"];
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
|
|
|
@ -19,6 +19,7 @@ rec {
|
||||||
url = "https://w.wallhaven.cc/full/z8/wallhaven-z87xmg.jpg";
|
url = "https://w.wallhaven.cc/full/z8/wallhaven-z87xmg.jpg";
|
||||||
sha256 = "sha256-NklTjeU/mrPCZVYNvxGMR8KrCM/bUVoEYN4FrDnlUO8=";
|
sha256 = "sha256-NklTjeU/mrPCZVYNvxGMR8KrCM/bUVoEYN4FrDnlUO8=";
|
||||||
};
|
};
|
||||||
|
oceanmountains = ./oceanmountains.png;
|
||||||
|
|
||||||
current = italymountains;
|
current = oceanmountains;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,10 +19,6 @@
|
||||||
# build of normal noto emoji fonts fails on darwin
|
# build of normal noto emoji fonts fails on darwin
|
||||||
stylix.fonts.emoji.package = pkgs.noto-fonts-emoji-blob-bin;
|
stylix.fonts.emoji.package = pkgs.noto-fonts-emoji-blob-bin;
|
||||||
|
|
||||||
system.activationScripts.extraActivation.text = ''
|
|
||||||
osascript -e 'tell application "System Events" to tell every desktop to set picture to "${config.stylix.image}"'
|
|
||||||
'';
|
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
brews = [
|
brews = [
|
||||||
|
@ -33,11 +29,13 @@
|
||||||
taps = ["qmk/qmk"];
|
taps = ["qmk/qmk"];
|
||||||
casks = [
|
casks = [
|
||||||
"UTM"
|
"UTM"
|
||||||
|
"arduino-ide"
|
||||||
"blackhole-16ch"
|
"blackhole-16ch"
|
||||||
"blobsaver"
|
"blobsaver"
|
||||||
"discord"
|
"discord"
|
||||||
"homebrew/cask-versions/firefox-esr"
|
"homebrew/cask-versions/firefox-esr"
|
||||||
"nordvpn"
|
"nordvpn"
|
||||||
|
"rstudio"
|
||||||
"obs"
|
"obs"
|
||||||
"steam"
|
"steam"
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
|
|
Loading…
Add table
Reference in a new issue