Update framework_configuration.nix
Removed weird characters
This commit is contained in:
parent
16265c137d
commit
47e38a749d
@ -153,7 +153,7 @@
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s 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.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
@ -228,7 +228,7 @@
|
||||
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 = {
|
||||
isNormalUser = true;
|
||||
description = "Merb Girkbinella";
|
||||
@ -257,8 +257,6 @@
|
||||
# Social
|
||||
signal-desktop
|
||||
discord
|
||||
slack
|
||||
#zoom-us
|
||||
|
||||
# Fun
|
||||
spotify
|
||||
@ -269,7 +267,9 @@
|
||||
pcsx2
|
||||
|
||||
#bullshit
|
||||
#zoom-us
|
||||
#teams-for-linux
|
||||
slack
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user