change the
This commit is contained in:
parent
9d595a67c3
commit
156490a98a
2 changed files with 28 additions and 28 deletions
|
@ -90,19 +90,24 @@
|
||||||
"fd"
|
"fd"
|
||||||
|
|
||||||
; utilities
|
; utilities
|
||||||
"flatpak"
|
|
||||||
"qbittorrent"
|
"qbittorrent"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"wine-staging"
|
"wine-staging"
|
||||||
"winetricks"))
|
"winetricks"))
|
||||||
|
|
||||||
(list neovim-new
|
(list ; system
|
||||||
|
freya-ca-certs
|
||||||
|
|
||||||
|
; programs
|
||||||
|
neovim-new
|
||||||
easyeffects
|
easyeffects
|
||||||
firefox-wayland-new
|
|
||||||
|
; gtk
|
||||||
lavanda-gtk-theme
|
lavanda-gtk-theme
|
||||||
mint-themes
|
mint-themes
|
||||||
|
|
||||||
|
; shell
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
freya-ca-certs
|
|
||||||
vim-plug)))
|
vim-plug)))
|
||||||
|
|
||||||
;; Below is the list of Home services. To search for available
|
;; Below is the list of Home services. To search for available
|
||||||
|
|
|
@ -37,21 +37,6 @@
|
||||||
#:use-module (freya packages networking)
|
#:use-module (freya packages networking)
|
||||||
#:use-module (freya packages virtualization))
|
#: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
|
(define-public base-operating-system
|
||||||
(operating-system
|
(operating-system
|
||||||
(kernel linux)
|
(kernel linux)
|
||||||
|
@ -171,23 +156,33 @@
|
||||||
"font-google-noto-sans-cjk"
|
"font-google-noto-sans-cjk"
|
||||||
"font-jetbrains-mono"
|
"font-jetbrains-mono"
|
||||||
"font-dejavu"))
|
"font-dejavu"))
|
||||||
(list xdg-desktop-portal-hyprland
|
(list ; desktop
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
swaylock-effects-new
|
swaylock-effects-new
|
||||||
waybar-new
|
waybar-new
|
||||||
virt-manager-new
|
mint-themes
|
||||||
freya-ca-certs
|
|
||||||
hyprland-plugin-hy3
|
; hyprwm
|
||||||
hyprland-plugins
|
|
||||||
hyprland
|
hyprland
|
||||||
hyprlock
|
hyprlock
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hypridle
|
hypridle
|
||||||
|
hyprland-plugin-hy3
|
||||||
|
hyprland-plugins
|
||||||
|
|
||||||
|
; qt
|
||||||
|
qt5-styleplugins
|
||||||
|
qt6gtk2
|
||||||
|
|
||||||
|
; bluetooth
|
||||||
bluez-new
|
bluez-new
|
||||||
blueman-new
|
blueman-new
|
||||||
mesa
|
|
||||||
qt5-styleplugins
|
; system
|
||||||
qt6gtk2)
|
virt-manager-new
|
||||||
%my-base-packages))
|
freya-ca-certs
|
||||||
|
mesa)
|
||||||
|
%base-packages))
|
||||||
|
|
||||||
;; Below is the list of system services. TO search for available
|
;; Below is the list of system services. TO search for available
|
||||||
;; services. run 'guix system search KEYWORD' in a terminal.
|
;; services. run 'guix system search KEYWORD' in a terminal.
|
||||||
|
|
Loading…
Reference in a new issue