M flake.nix => flake.nix +4 -4
@@ 33,10 33,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- nix-vscode-extensions = {
- url = "github:nix-community/nix-vscode-extensions";
- inputs.nixpkgs.follows = "nixpkgs";
- };
+ # nix-vscode-extensions = {
+ # url = "github:nix-community/nix-vscode-extensions";
+ # inputs.nixpkgs.follows = "nixpkgs";
+ # };
nix-index-database = {
url = "github:nix-community/nix-index-database";
M modules/editors/home.nix => modules/editors/home.nix +1 -1
@@ 13,7 13,7 @@
[
./emacs/home.nix
./nvim/home.nix
- ./vscode/home.nix
+ # ./vscode/home.nix
]
# Comment out emacs if you are not using native doom emacs. (import from host configuration.nix)
M modules/programs/firefox.nix => modules/programs/firefox.nix +3 -3
@@ 9,12 9,12 @@ let
}) { inherit pkgs; };
in {
nixpkgs.overlays = [
- my-nur.overlays.firefoxpwa
- my-nur.overlays.firefox-native-messaging
+ # my-nur.overlays.firefoxpwa
+ # my-nur.overlays.firefox-native-messaging
];
home.packages = [
- pkgs.firefoxpwa
+ # pkgs.firefoxpwa
];
programs.firefox = {