Update framework_configuration.nix

Removed weird characters
This commit is contained in:
Max Gialanella 2024-08-16 18:40:40 -07:00
parent 16265c137d
commit 47e38a749d

View File

@ -153,7 +153,7 @@
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
@ -228,7 +228,7 @@
epp_state_for_BAT = "power"; epp_state_for_BAT = "power";
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.mab = { users.users.mab = {
isNormalUser = true; isNormalUser = true;
description = "Merb Girkbinella"; description = "Merb Girkbinella";
@ -257,8 +257,6 @@
# Social # Social
signal-desktop signal-desktop
discord discord
slack
#zoom-us
# Fun # Fun
spotify spotify
@ -269,7 +267,9 @@
pcsx2 pcsx2
#bullshit #bullshit
#zoom-us
#teams-for-linux #teams-for-linux
slack
]; ];
}; };