adjust for chromium on bulwark

This commit is contained in:
Tyler Starr 2023-11-19 11:36:46 -08:00
parent c92e812ec7
commit 18989746ec
4 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,6 @@
{ config, lib, pkgs, pkgs-unstable, user, ... }:
{
imports = [
../../modules
./steam-deck.nix
./syncthing.nix
];
@ -22,9 +21,6 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = import ../../lib/overlays.nix;
# Custom kernel is set within Jovian-Nixos
#boot.kernelPackages = pkgs.linuxPackages_zen;
# Hardware options
hardware.bluetooth.enable = true;
hardware.sensor.iio.enable = true;
@ -68,8 +64,6 @@
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
# One-off stable packages
firefox
google-chrome
discord
gamemode
] ++ [
@ -80,6 +74,7 @@
modules = {
desktop = {
sway.enable = false;
browser.enable = true;
};
devel = {
engineering.enable = false;
@ -99,8 +94,10 @@
system = {
ssh.enable = true;
terminal.enable = true;
wireguard-client.enable = false;
};
};
# Did you read the comment?
system.stateVersion = "23.05";
}

View File

@ -14,5 +14,9 @@
home.packages = with pkgs; [
];
# Enable home modules
#modules = {
#};
home.stateVersion = "23.05";
}

View File

@ -40,7 +40,7 @@
favorite-apps = [
"steam.desktop"
"org.gnome.Console.desktop"
"firefox.desktop"
"chromium-browser.desktop"
];
};
};

View File

@ -9,5 +9,9 @@
rbw
];
# Enable home modules
#modules = {
#};
home.stateVersion = "23.05";
}