Update Doom configuration, remove Udiskie

This commit is contained in:
Alex Palaistras 2023-02-18 12:14:57 +00:00
parent 16c93d25c8
commit 17058da35a
3 changed files with 8 additions and 15 deletions

View File

@ -6,7 +6,7 @@
:checkers
(syntax +childframe)
spell
(spell +hunspell)
:ui
doom

View File

@ -6,8 +6,13 @@
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
;; Core package overrides.
(package! eshell-did-you-mean :disable t)
(package! kubernetes :pin "d52ad7dacf17b659060e52d5e3318cafd7946616")
(package! kubernetes-evil :pin "d52ad7dacf17b659060e52d5e3318cafd7946616")
(package! transient :pin "c2bdf7e12c530eb85476d3aef317eb2941ab9440")
(package! with-editor :pin "391e76a256aeec6b9e4cbd733088f30c677d965b")
;; Add-ons.
(package! shr-tag-pre-highlight :pin "931c447bc0d6c134ddc9657c664eeee33afbc54d")
;; Major modes.
(package! systemd :pin "b6ae63a236605b1c5e1069f7d3afe06ae32a7bae")

View File

@ -1,12 +0,0 @@
[Unit]
Description=User-level daemon for auto-mounting
Documentation=man:udiskie(8)
PartOf=graphical-session.target
[Service]
Type=simple
Restart=on-failure
ExecStart=/usr/bin/udiskie --automount --notify --smart-tray
[Install]
WantedBy=default.target