summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-08-07 09:04:01 -0400
committerFreya Murphy <freya@freyacat.org>2024-08-07 09:04:01 -0400
commit156490a98ac904c00043be7767f1e60a98a2cf54 (patch)
tree8b375bc750229ffee579ddcd203bcb8ea8a7cb60 /modules
parentgt gtk styling (diff)
downloaddotfiles-guix-156490a98ac904c00043be7767f1e60a98a2cf54.tar.gz
dotfiles-guix-156490a98ac904c00043be7767f1e60a98a2cf54.tar.bz2
dotfiles-guix-156490a98ac904c00043be7767f1e60a98a2cf54.zip
change the
Diffstat (limited to 'modules')
-rw-r--r--modules/freya/system.scm43
1 files changed, 19 insertions, 24 deletions
diff --git a/modules/freya/system.scm b/modules/freya/system.scm
index 109c3ca..c0e8f9f 100644
--- a/modules/freya/system.scm
+++ b/modules/freya/system.scm
@@ -37,21 +37,6 @@
#:use-module (freya packages networking)
#:use-module (freya packages virtualization))
-(define %my-base-packages
- (remove (lambda (package)
- (member (package-name package)
- (list "sudo" "nano")))
- %base-packages))
-
-(define %backlight-udev-rule
- (udev-rule
- "90-backlight.rules"
- (string-append "ACTION==\"add\", SUBSYSTEM==\"backlight\", "
- "RUN+=\"/run/current-system/profile/bin/chgrp video /sys/class/backlight/%k/brightness\""
- "\n"
- "ACTION==\"add\", SUBSYSTEM==\"backlight\", "
- "RUN+=\"/run/current-system/profile/bin/chmod g+w /sys/class/backlight/%k/brightness\"")))
-
(define-public base-operating-system
(operating-system
(kernel linux)
@@ -171,23 +156,33 @@
"font-google-noto-sans-cjk"
"font-jetbrains-mono"
"font-dejavu"))
- (list xdg-desktop-portal-hyprland
+ (list ; desktop
+ xdg-desktop-portal-hyprland
swaylock-effects-new
waybar-new
- virt-manager-new
- freya-ca-certs
- hyprland-plugin-hy3
- hyprland-plugins
+ mint-themes
+
+ ; hyprwm
hyprland
hyprlock
hyprpaper
hypridle
+ hyprland-plugin-hy3
+ hyprland-plugins
+
+ ; qt
+ qt5-styleplugins
+ qt6gtk2
+
+ ; bluetooth
bluez-new
blueman-new
- mesa
- qt5-styleplugins
- qt6gtk2)
- %my-base-packages))
+
+ ; system
+ virt-manager-new
+ freya-ca-certs
+ mesa)
+ %base-packages))
;; Below is the list of system services. TO search for available
;; services. run 'guix system search KEYWORD' in a terminal.