try another firefox instance

This commit is contained in:
Osman Faruk Bayram 2025-02-12 01:31:41 +03:00
parent f65e47231f
commit 6f8ecf6242
4 changed files with 14 additions and 4 deletions

6
flake.lock generated
View file

@ -194,11 +194,11 @@
]
},
"locked": {
"lastModified": 1739287084,
"narHash": "sha256-CtRNJsqsXIArJV+AKWZVBMO8PD1FQB69br+WMtTJEgI=",
"lastModified": 1739298825,
"narHash": "sha256-q9CzTY7n8n9RK9mKUQ4VbaKdydhXQqzphahEG5Wt8sI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8f351726c5841d86854e7fa6003ea472352f5208",
"rev": "f0a31d38e6de48970ce1fe93e6ea343e20a9c80a",
"type": "github"
},
"original": {

9
home/firefox.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
programs.firefox = {
enable = true;
profiles.osbm = {
id = 0;
name = "osbm";
};
};
}

View file

@ -9,6 +9,7 @@
./ssh.nix
./bash.nix
./tlrc.nix
./firefox.nix
];
home.username = "osbm";

View file

@ -5,7 +5,7 @@
./concentration.nix
./disable-hibernation.nix
./emulation.nix
./firefox.nix
# ./firefox.nix
./fonts.nix
./graphical-interface.nix
./i18n.nix