adding qml-mode, dolphin and ark
This commit is contained in:
parent
8f36371452
commit
4f3431ab43
|
@ -5,6 +5,9 @@ mailto:chris@tfcconnection.org
|
||||||
* Welcome
|
* 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.
|
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
|
* NixOS
|
||||||
The flake points to the correct machine which starts in the system directory. Then it uses the appropriate modules that the machine needs.
|
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
|
swww
|
||||||
starship
|
starship
|
||||||
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
||||||
dolphin
|
|
||||||
ark
|
|
||||||
pmbootstrap
|
pmbootstrap
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
];
|
];
|
||||||
|
|
|
@ -78,6 +78,8 @@
|
||||||
"breeze"
|
"breeze"
|
||||||
"breeze-icons"
|
"breeze-icons"
|
||||||
"kdeconnect"
|
"kdeconnect"
|
||||||
|
"dolphin"
|
||||||
|
"ark"
|
||||||
;; "tridactyl-native"
|
;; "tridactyl-native"
|
||||||
"qtwayland@5.15.8"
|
"qtwayland@5.15.8"
|
||||||
;; "qtwayland"
|
;; "qtwayland"
|
||||||
|
@ -194,6 +196,7 @@
|
||||||
"emacs-lua-mode"
|
"emacs-lua-mode"
|
||||||
"emacs-fennel-mode"
|
"emacs-fennel-mode"
|
||||||
"emacs-web-mode"
|
"emacs-web-mode"
|
||||||
|
"emacs-qml-mode"
|
||||||
"emacs-yaml-mode"
|
"emacs-yaml-mode"
|
||||||
"emacs-cmake-mode"
|
"emacs-cmake-mode"
|
||||||
"emacs-typescript-mode"
|
"emacs-typescript-mode"
|
||||||
|
|
Loading…
Reference in a new issue