WIP: Switch to NixOS #5
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install firefox.
|
# Install firefox.
|
||||||
programs.firefox.enable = true;
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
nativeMessagingHosts.packages = with pkgs; [ browserpass ];
|
||||||
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
@ -81,5 +84,6 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
git
|
git
|
||||||
pass
|
pass
|
||||||
|
gnumake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue