mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added tridactyl stuffs
This commit is contained in:
parent
7b8185c6ca
commit
6cc18a0d63
5 changed files with 12 additions and 4 deletions
|
@ -36,6 +36,7 @@
|
||||||
(define %home-symlinks
|
(define %home-symlinks
|
||||||
`((".config/guix/home-config/fish" ".config/fish")
|
`((".config/guix/home-config/fish" ".config/fish")
|
||||||
(".config/guix/home-config/nix-config" ".config/nix")
|
(".config/guix/home-config/nix-config" ".config/nix")
|
||||||
|
(".config/guix/home-config/tridactyl/native_main" ".local/share/tridactyl/native_main")
|
||||||
(".config/guix/home-config/nix-home-manager" ".config/home-manager")))
|
(".config/guix/home-config/nix-home-manager" ".config/home-manager")))
|
||||||
|
|
||||||
(home-symlinks %home-symlinks)
|
(home-symlinks %home-symlinks)
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
"libnotify"
|
"libnotify"
|
||||||
"fzf"
|
"fzf"
|
||||||
"waypipe"
|
"waypipe"
|
||||||
|
"foot"
|
||||||
"pulseaudio" ;only for pactl
|
"pulseaudio" ;only for pactl
|
||||||
"qpwgraph"
|
"qpwgraph"
|
||||||
"gnunet"
|
"gnunet"
|
||||||
|
@ -161,6 +163,7 @@
|
||||||
(service home-files-service-type
|
(service home-files-service-type
|
||||||
`((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
|
`((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
|
||||||
(".ssh/config" ,(local-file "ssh/config"))
|
(".ssh/config" ,(local-file "ssh/config"))
|
||||||
|
(".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json"))
|
||||||
;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
|
;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
|
||||||
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
|
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
|
||||||
(".fonts" ,(local-file "fonts" #:recursive? #t))
|
(".fonts" ,(local-file "fonts" #:recursive? #t))
|
||||||
|
|
BIN
home-config/tridactyl/native_main
Executable file
BIN
home-config/tridactyl/native_main
Executable file
Binary file not shown.
7
home-config/tridactyl/tridactyl.json
Normal file
7
home-config/tridactyl/tridactyl.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "tridactyl",
|
||||||
|
"description": "Tridactyl native command handler",
|
||||||
|
"path": "/home/ryan/.local/share/tridactyl/native_main",
|
||||||
|
"type": "stdio",
|
||||||
|
"allowed_extensions": [ "tridactyl.vim@cmcaine.co.uk","tridactyl.vim.betas@cmcaine.co.uk", "tridactyl.vim.betas.nonewtab@cmcaine.co.uk" ]
|
||||||
|
}
|
|
@ -159,7 +159,7 @@
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"zsh"))
|
"zsh"))
|
||||||
(list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new hyprlock)
|
(list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new)
|
||||||
%my-base-packages ))
|
%my-base-packages ))
|
||||||
|
|
||||||
;; Below is the list of system services. To search for available
|
;; Below is the list of system services. To search for available
|
||||||
|
|
|
@ -338,7 +338,7 @@ for C++.")
|
||||||
))))))
|
))))))
|
||||||
|
|
||||||
|
|
||||||
(define-public hyprland
|
(define-public hyprland-ryan
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.42.0")
|
(version "0.42.0")
|
||||||
|
@ -493,5 +493,3 @@ more.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
(synopsis "Hyprland's idle daemon ")
|
(synopsis "Hyprland's idle daemon ")
|
||||||
(description "Hyprland's idle daemon ")))
|
(description "Hyprland's idle daemon ")))
|
||||||
|
|
||||||
hyprland
|
|
Loading…
Reference in a new issue