Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-12-06 07:56:03 -05:00
parent ae958e6b16
commit 6018a2428b
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 36 additions and 27 deletions

View File

@ -29,7 +29,7 @@ pad=10x10 # optionally append 'center'
# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
bold-text-in-bright=no
bold-text-in-bright=yes
# word-delimiters=,│`|:"'()[]{}<>
# selection-target=primary
# workers=<number of logical CPUs>

View File

@ -69,7 +69,6 @@
"unzip"
"ffmpeg"
"handbrake"
"kicad"
"ripit"
"perl"
"bind:utils"
@ -80,4 +79,5 @@
"font-openmoji"
"alsa-utils"
"aerc"
"proxychains-ng"))))
"proxychains-ng"
"whois"))))

View File

@ -16,24 +16,24 @@
(kernel linux-libre)
(keyboard-layout (keyboard-layout "us" "altgr-intl"))
(bootloader
(bootloader-configuration
(bootloader (bootloader
(inherit grub-bootloader)
(bootloader-configuration
(bootloader (bootloader
(inherit grub-bootloader)
(installer #~(const #t))))
(keyboard-layout keyboard-layout)))
(keyboard-layout keyboard-layout)))
(host-name "PC")
(mapped-devices (list
(mapped-device
(mapped-device
(source (uuid "e836ef6e-97a8-442b-a025-e81ab58bbc04"))
(target "fde")
(type luks-device-mapping))
(mapped-device
(source "matrix")
(targets (list "matrix-rootvol"
"matrix-swapvol"))
(type lvm-device-mapping))))
"matrix-swapvol"))
(type lvm-device-mapping))))
(file-systems (append (list
(file-system
(file-system
(type "btrfs")
(mount-point "/")
(device (file-system-label "root"))
@ -41,21 +41,21 @@
(options "space_cache=v2")
(needed-for-boot? #t)
(dependencies mapped-devices)))
%base-file-systems))
%base-file-systems))
(swap-devices (list
(swap-space
(target (file-system-label "swap")))))
(swap-space
(target (file-system-label "swap")))))
(users (append (list
(user-account
(user-account
(name "cobra")
(comment "Skylar \"The Cobra\" Widulski")
(group "users")
(supplementary-groups '("audio" "cdrom" "kvm" "lp" "netdev" "tape" "video" "wheel"))))
%base-user-accounts))
%base-user-accounts))
(packages (append
(map specification->package
(list "nss-certs"
"tor"
(map specification->package
(list "nss-certs"
"tor"
"vim"
"screen"
"lynx"
@ -74,15 +74,24 @@
"gcc-toolchain"
"gcc"
"librsvg"
"json-c"))
"json-c"
"libnotify"
"kicad"
"kicad-templates"
"kicad-symbols"
"kicad-packages3d"
"kicad-footprints"
"kicad-doc"
"freecad"
"mako"))
(cons*
%base-packages)))
(timezone "America/New_York")
(locale "en_US.utf8")
(name-service-switch %mdns-host-lookup-nss)
(services
(cons*
(service openssh-service-type)
(cons*
(service openssh-service-type)
(service network-manager-service-type)
(service wpa-supplicant-service-type)
(service gpm-service-type)
@ -92,8 +101,8 @@
(service dbus-root-service-type)
(screen-locker-service swaylock)
(service tor-service-type
(tor-configuration
(config-file (plain-file "tor-config"
"HTTPTunnelPort 127.0.0.1:9250"))))
%base-services))
(sudoers-file (local-file "sudoers")))
(tor-configuration
(config-file (plain-file "tor-config"
"HTTPTunnelPort 127.0.0.1:9250"))))
%base-services))
(sudoers-file (local-file "sudoers")))