feat(homes/rafiq): add firefox and keep state persistent
This commit is contained in:
parent
5f91ad83aa
commit
77eca02e1b
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
|
./desktop/firefox.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kitty
|
kitty
|
||||||
|
@ -10,5 +11,4 @@ imports = [
|
||||||
TERMINAL = "kitty";
|
TERMINAL = "kitty";
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
8
homes/x86_64-linux/rafiq/desktop/firefox.nix
Normal file
8
homes/x86_64-linux/rafiq/desktop/firefox.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
profiles.rafiq.id = 0;
|
||||||
|
profiles.test.id = 1;
|
||||||
|
};
|
||||||
|
home.persistence."/persist/home/rafiq".directories = [ ".mozilla/firefox" ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue