From c2b706ff2f3aa42d58a03febad1d1b8f8d5a1142 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sun, 4 Jan 2026 13:13:39 -0700 Subject: remove unnecessary nested guix dir --- guix/kolwynia/os/ymir/users.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 guix/kolwynia/os/ymir/users.scm (limited to 'guix/kolwynia/os/ymir/users.scm') diff --git a/guix/kolwynia/os/ymir/users.scm b/guix/kolwynia/os/ymir/users.scm deleted file mode 100644 index a577998..0000000 --- a/guix/kolwynia/os/ymir/users.scm +++ /dev/null @@ -1,28 +0,0 @@ -;;; Copyright © 2025 bdunahu -(define-module (kolwynia os ymir users) - #:use-module (gnu system accounts) - #:use-module (kolwynia utils) - #:export (bdunahu-str bdunahu)) - -;;; Commentary: -;;; -;;; provides the bdunahu user configuration -;;; -;;; Code: - -(define bdunahu-str "bdunahu") -(define bdunahu - (user-account - (name bdunahu-str) - (comment bdunahu-str) - (group "users") - (home-directory (string-append "/home/" bdunahu-str)) - (supplementary-groups - (cons* "audio" - "dialout" - "netdev" - "video" - "wheel" - (garmr?* "kvm"))))) - -;;; users.scm ends here -- cgit v1.2.3