From daaf26d5351eea22b058e495797a85679116e339 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:54:47 +0200 Subject: [PATCH] Update flake --- flake.lock | 12 ++++++------ nixos-configurations/laptop/default.nix | 2 -- nixos-configurations/shared.nix | 12 +++++------- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 8811910..6cc6c2a 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1686391840, - "narHash": "sha256-5S0APl6Mfm6a37taHwvuf11UHnAX0+PnoWQbsYbMUnc=", + "lastModified": 1687184995, + "narHash": "sha256-aCsa6q6k42g0i2SYHOUZI8xpvKTpCtOmATkzfmo9kA0=", "owner": "nix-community", "repo": "home-manager", - "rev": "0144ac418ef633bfc9dbd89b8c199ad3a617c59f", + "rev": "6bdd72b914fc3472be807bc9b427650b49808a94", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686412476, - "narHash": "sha256-inl9SVk6o5h75XKC79qrDCAobTD1Jxh6kVYTZKHzewA=", + "lastModified": 1686960236, + "narHash": "sha256-AYCC9rXNLpUWzD9hm+askOfpliLEC9kwAo7ITJc4HIw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "21951114383770f96ae528d0ae68824557768e81", + "rev": "04af42f3b31dba0ef742d254456dc4c14eedac86", "type": "github" }, "original": { diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index c95bcef..206f4f5 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -7,8 +7,6 @@ ]; networking.hostName = "laptop"; - - nixpkgs.config.allowUnfree = true; hardware.firmware = [ pkgs.broadcom-bt-firmware ]; boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index f34ce0f..6cbbb71 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -8,6 +8,8 @@ time.timeZone = "Europe/Amsterdam"; + nixpkgs.config.allowUnfree = true; + networking.networkmanager.enable = true; hardware.pulseaudio.enable = false; @@ -128,6 +130,7 @@ font-size: 0.875rem; border: none; border-radius: 0; + font-family: "JetBrains Mono"; } window#waybar { @@ -209,13 +212,9 @@ }; }; }; - firefox.enable = true; - chromium = { + firefox = { enable = true; - extensions = [ - { id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } - { id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; } - ]; + package = pkgs.firefox-devedition; }; git = { enable = true; @@ -235,7 +234,6 @@ }; home = { sessionVariables = { - NIXOS_OZONE_WL = "1"; EDITOR = "hx"; }; stateVersion = "22.11";