summaryrefslogtreecommitdiffstats
path: root/.config/guix/system/chaman.scm
diff options
context:
space:
mode:
Diffstat (limited to '.config/guix/system/chaman.scm')
-rw-r--r--.config/guix/system/chaman.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm
index 390b65f..32ebe79 100644
--- a/.config/guix/system/chaman.scm
+++ b/.config/guix/system/chaman.scm
@@ -1,14 +1,12 @@
-;; This is an operating system configuration generated
-;; by the graphical installer.
-
(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)
(operating-system
+ (host-name "chaman")
(locale "en_CA.utf8")
(timezone "America/Toronto")
(keyboard-layout
- (keyboard-layout "us" "altgr-intl"))
+ (keyboard-layout "us" "basic"))
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
@@ -27,10 +25,8 @@
(type "ext4")
(dependencies mapped-devices))
%base-file-systems))
- (host-name "chaman")
(users (cons* (user-account
(name "bandali")
- (comment "")
(group "users")
(home-directory "/home/bandali")
(supplementary-groups