mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
update to nixos 23.05
This commit is contained in:
parent
812e92b688
commit
8ac9e86f9a
4 changed files with 23 additions and 37 deletions
|
|
@ -53,7 +53,7 @@
|
|||
nixpkgs-fmt
|
||||
rnix-lsp
|
||||
fzf
|
||||
linuxKernel.packages.linux_5_15.perf
|
||||
linuxKernel.packages.linux_6_1.perf
|
||||
cargo-nextest
|
||||
git-absorb
|
||||
gcc
|
||||
|
|
@ -85,15 +85,16 @@
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
];
|
||||
profiles = {
|
||||
nils = {
|
||||
id = 0;
|
||||
name = "nils";
|
||||
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
];
|
||||
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Nix sites";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue