adding qml-mode, dolphin and ark
This commit is contained in:
parent
8f36371452
commit
4f3431ab43
|
@ -5,6 +5,9 @@ mailto:chris@tfcconnection.org
|
|||
* Welcome
|
||||
This repository contains all of my dotfiles to the many programs I like to use on Linux. This is primarily built with NixOS. I have organized this with flakes and modules.
|
||||
|
||||
* Guix
|
||||
I am in the process of moving all of my systems to Guix. I'll keep NixOS as a system for most servers probably but for desktop systems, I think I'll start using Guix since I enjoy lisps a lot.
|
||||
|
||||
* NixOS
|
||||
The flake points to the correct machine which starts in the system directory. Then it uses the appropriate modules that the machine needs.
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
swww
|
||||
starship
|
||||
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
||||
dolphin
|
||||
ark
|
||||
pmbootstrap
|
||||
element-desktop-wayland
|
||||
];
|
||||
|
|
|
@ -78,6 +78,8 @@
|
|||
"breeze"
|
||||
"breeze-icons"
|
||||
"kdeconnect"
|
||||
"dolphin"
|
||||
"ark"
|
||||
;; "tridactyl-native"
|
||||
"qtwayland@5.15.8"
|
||||
;; "qtwayland"
|
||||
|
@ -194,6 +196,7 @@
|
|||
"emacs-lua-mode"
|
||||
"emacs-fennel-mode"
|
||||
"emacs-web-mode"
|
||||
"emacs-qml-mode"
|
||||
"emacs-yaml-mode"
|
||||
"emacs-cmake-mode"
|
||||
"emacs-typescript-mode"
|
||||
|
|
Loading…
Reference in a new issue