Enable the gaming suit for b12f

This commit is contained in:
Benjamin Bädorf 2021-09-05 00:47:56 +02:00
parent 9009fa4a52
commit e29ad5c23f
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -134,7 +134,7 @@
base = [ core users.nixos users.root ];
pubsolaros = [ core base-user users.root ];
anonymous = pubsolaros ++ [ users.nixos ];
b12f = pubsolaros ++ [ users.ben ];
b12f = pubsolaros ++ [ users.ben gaming ];
biolimo = b12f ++ [ graphical ];
chocolatebar = b12f ++ [ graphical ];
};