mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
update
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
overrides = {
|
overrides = {
|
||||||
mainMonitor = "DP-1";
|
mainMonitor = "DP-1";
|
||||||
};
|
};
|
||||||
hostName = "paderewski";
|
hostName = "paderewski-nix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
xdg.configFile."fastfetch/startup.jsonc".text = builtins.toJSON {
|
xdg.configFile."fastfetch/startup.jsonc".text = builtins.toJSON {
|
||||||
logo = {
|
logo = {
|
||||||
source = "arch_small";
|
source = "nixos_small";
|
||||||
padding = {
|
padding = {
|
||||||
bottom = 1;
|
bottom = 1;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ in
|
|||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
"$terminal" = "uwsm app -- kitty";
|
"$terminal" = "uwsm app -- kitty";
|
||||||
"$menu" = "hyprlauncher";
|
"$menu" = "hyprlauncher";
|
||||||
"$music_player" = "flatpak run com.spotify.Client";
|
"$music_player" = if isNixOS then "spotify" else "flatpak run com.spotify.Client";
|
||||||
"$notes" = "obsidian";
|
"$notes" = "obsidian";
|
||||||
"$browser" = if isNixOS then "zen-beta" else "zen-browser"; # beta on nixos
|
"$browser" = if isNixOS then "zen-beta" else "zen-browser"; # beta on nixos
|
||||||
"$openrgb_color" = "09ce30";
|
"$openrgb_color" = "09ce30";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup/home/szymon/
|
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/uwu_backup/home/szymon/
|
||||||
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/backup_wd/home/szymon/
|
rsync -avh --no-links --delete --exclude=.* --exclude=dyski /home/szymon/ /mnt/wd_backup/home/szymon/
|
||||||
|
|||||||
Reference in New Issue
Block a user