try another firefox instance
This commit is contained in:
parent
f65e47231f
commit
6f8ecf6242
4 changed files with 14 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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
9
home/firefox.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.osbm = {
|
||||
id = 0;
|
||||
name = "osbm";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
./ssh.nix
|
||||
./bash.nix
|
||||
./tlrc.nix
|
||||
./firefox.nix
|
||||
];
|
||||
|
||||
home.username = "osbm";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
./concentration.nix
|
||||
./disable-hibernation.nix
|
||||
./emulation.nix
|
||||
./firefox.nix
|
||||
# ./firefox.nix
|
||||
./fonts.nix
|
||||
./graphical-interface.nix
|
||||
./i18n.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue