diff --git a/README.org b/README.org index 9b615ce..990ea4c 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/guix/home.nix b/guix/home.nix index 61a65e9..ad6adc4 100644 --- a/guix/home.nix +++ b/guix/home.nix @@ -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 ]; diff --git a/guix/home.scm b/guix/home.scm index 8e25b01..d0c5ba8 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -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"