This commit is contained in:
Hadi
2024-10-07 12:02:26 +02:00
parent 75f2c2c7c6
commit 3aa0fb8a22
59 changed files with 109 additions and 249 deletions

View File

@@ -1,4 +0,0 @@
name = macOS (SVG)
description = macOS cursors because they are a beaut!
version = 1
cursors_directory = hyprcursors

View File

@@ -1,12 +1,6 @@
{ pkgs, config, inputs, ... }: {
imports = [
./hyprlock.nix
./hypridle.nix
./hyprpaper.nix
# ./hyprcursor.nix
./hyprpanel.nix
];
imports = [ ./hyprlock.nix ./hypridle.nix ./hyprpaper.nix ./hyprpanel.nix ];
home.packages = with pkgs; [
qt5.qtwayland

View File

@@ -1,6 +0,0 @@
{
home.file.".local/share/icons/macOS" = {
recursive = true;
source = ./cursor/macOS;
};
}

View File

@@ -131,7 +131,7 @@
"menus.clock.weather.location": "${config.var.location}",
"menus.clock.weather.key": "myapikey",
"menus.clock.weather.unit": "metric",
"menus.dashboard.powermenu.avatar.image": "${config.var.homeDirectory}/.profile_picture.png",
"menus.dashboard.powermenu.avatar.image": "/home/${config.var.username}/.profile_picture.png",
"menus.dashboard.powermenu.confirmation": false,
"menus.dashboard.shortcuts.left.shortcut1.icon": "",