Voronind : Disable Home Manager.
This commit is contained in:
parent
9a329c2dd2
commit
f0a27c285a
|
@ -11,9 +11,48 @@
|
|||
packages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
home-manager.users.voronind = {
|
||||
programs.firefox.enable = true;
|
||||
#home-manager.users.voronind = {
|
||||
# home.stateVersion = specialArgs.const.stateVersion;
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
};
|
||||
# # Firefox.
|
||||
# programs.firefox = {
|
||||
# enable = true;
|
||||
# profiles.voronind = {
|
||||
# path = "/home/voronind/.config/firefox/";
|
||||
# bookmarks = [
|
||||
# {
|
||||
# name = "";
|
||||
# toolbar = true;
|
||||
# bookmarks = [ # TODO: Create namelessBookmark function.
|
||||
# {
|
||||
# url = "https://home.voronind.com/";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "https://music.yandex.ru/";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "https://mail.fsight.ru/";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "https://support.fsight.ru/";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "";
|
||||
# name = "";
|
||||
# } {
|
||||
# url = "";
|
||||
# name = "";
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
}
|
||||
|
|
Reference in a new issue