diff --git a/README.md b/README.md index d24951b..8502f9f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ # dotfiles - best NixOS starter dotfiles in the **flake** setup -- for latest changes look [here](https://git.foglar.tech/foglar/dotfiles.git) + +- [Mirror Github](https://github.com/foglar/nixos-config) +- [Mirror Gitea](https://github.com/foglar/dotfiles) ## Showcase diff --git a/nixos/home/apps/applications.nix b/nixos/home/apps/applications.nix index 04f365e..2d0d8be 100644 --- a/nixos/home/apps/applications.nix +++ b/nixos/home/apps/applications.nix @@ -12,7 +12,7 @@ config = lib.mkIf config.app_list.applications.enable { home.packages = (with pkgs; [ - librewolf + librewolf-wayland qutebrowser ferdium diff --git a/nixos/home/desktop/hyprland/clipboard-rofi.nix b/nixos/home/desktop/hyprland/clipboard-rofi.nix index d3c4c6d..5ca20b3 100644 --- a/nixos/home/desktop/hyprland/clipboard-rofi.nix +++ b/nixos/home/desktop/hyprland/clipboard-rofi.nix @@ -64,7 +64,7 @@ expand: false; orientation: horizontal; background-color: transparent; - background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", width); + background-image: url("~/Pictures/backgrounds/aurora_borealis.png", width); children: [ "wallframe" , "inputbar" ]; } wallframe { @@ -73,7 +73,7 @@ padding: 0em; expand: false; background-color: @main-bg; - background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", height); + background-image: url("~/Pictures/backgrounds/aurora_borealis.png", height); } diff --git a/nixos/home/desktop/hyprland/rofi.nix b/nixos/home/desktop/hyprland/rofi.nix index 2d08f18..b699f2f 100644 --- a/nixos/home/desktop/hyprland/rofi.nix +++ b/nixos/home/desktop/hyprland/rofi.nix @@ -59,7 +59,7 @@ orientation = mkLiteral "vertical"; children = ["inputbar" "listbox"]; background-color = mkLiteral "transparent"; - background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/${userSettings.background}\", HEIGHT)"; + background-image = mkLiteral "url(\"~/Pictures/backgrounds/${userSettings.background}\", HEIGHT)"; }; # Input bar settings @@ -69,7 +69,7 @@ padding = mkLiteral "5em"; children = ["entry"]; background-color = mkLiteral "transparent"; - background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/${userSettings.background}\", WIDTH)"; + background-image = mkLiteral "url(\"~/Pictures/config/backgrounds/${userSettings.background}\", WIDTH)"; }; # Entry field settings