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": {
|
"locked": {
|
||||||
"lastModified": 1739287084,
|
"lastModified": 1739298825,
|
||||||
"narHash": "sha256-CtRNJsqsXIArJV+AKWZVBMO8PD1FQB69br+WMtTJEgI=",
|
"narHash": "sha256-q9CzTY7n8n9RK9mKUQ4VbaKdydhXQqzphahEG5Wt8sI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8f351726c5841d86854e7fa6003ea472352f5208",
|
"rev": "f0a31d38e6de48970ce1fe93e6ea343e20a9c80a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"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
|
./ssh.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
./tlrc.nix
|
./tlrc.nix
|
||||||
|
./firefox.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "osbm";
|
home.username = "osbm";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
./concentration.nix
|
./concentration.nix
|
||||||
./disable-hibernation.nix
|
./disable-hibernation.nix
|
||||||
./emulation.nix
|
./emulation.nix
|
||||||
./firefox.nix
|
# ./firefox.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./graphical-interface.nix
|
./graphical-interface.nix
|
||||||
./i18n.nix
|
./i18n.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue