mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
3 commits
11c1af3e15
...
3e631349a3
Author | SHA1 | Date | |
---|---|---|---|
3e631349a3 | |||
186246dc24 | |||
ab8d092e9d |
|
@ -178,7 +178,6 @@
|
|||
libffi zlib
|
||||
nodePackages.ungit
|
||||
ventoy
|
||||
nextcloud-client
|
||||
]) ++ ([ pkgs-kdenlive.kdenlive ]);
|
||||
|
||||
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
|
||||
|
|
|
@ -732,14 +732,6 @@ If the path from LINK does not exist, nil is returned."
|
|||
(dired org-roam-directory))
|
||||
)
|
||||
|
||||
(defun org-roam-open-inbox ()
|
||||
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||
(interactive)
|
||||
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
|
||||
(org-open-file (concat org-roam-directory "/inbox.org"))
|
||||
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
|
||||
)
|
||||
|
||||
(defun org-roam-open-inbox ()
|
||||
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||
(interactive)
|
||||
|
|
|
@ -871,14 +871,6 @@ exit
|
|||
(dired org-roam-directory))
|
||||
)
|
||||
|
||||
(defun org-roam-open-inbox ()
|
||||
"Capture info in ${org-roam-directory}/inbox.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||
(interactive)
|
||||
(if (file-exists-p (concat org-roam-directory "/inbox.org"))
|
||||
(org-open-file (concat org-roam-directory "/inbox.org"))
|
||||
(message "No inbox found, capture something with M-x org-roam-capture-inbox"))
|
||||
)
|
||||
|
||||
(defun org-roam-open-inbox ()
|
||||
"Open ${org-roam-directory}/dashboard.org (I use this naming convention to create dashboards for each of my org roam maps)"
|
||||
(interactive)
|
||||
|
|
|
@ -854,8 +854,8 @@ in
|
|||
"scratch_pavucontrol" = "_";
|
||||
};
|
||||
"on-click" = "activate";
|
||||
"on-scroll-up" = "hyprctl dispatch workspace e+1";
|
||||
"on-scroll-down" = "hyprctl dispatch workspace e-1";
|
||||
"on-scroll-up" = "hyprnome";
|
||||
"on-scroll-down" = "hyprnome --previous";
|
||||
"all-outputs" = false;
|
||||
"active-only" = false;
|
||||
"ignore-workspaces" = ["scratch" "-"];
|
||||
|
|
Loading…
Reference in a new issue