Skip to content

Commit

Permalink
add lorri
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Feb 22, 2025
1 parent 88c57da commit 1273cd7
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 5 deletions.
1 change: 1 addition & 0 deletions base/common_hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ in {

# Enable the X11 windowing system.
services = {
lorri.enable = true;
flatpak.enable = true;
xserver.enable = true;
fstrim.enable = lib.mkDefault true;
Expand Down
61 changes: 58 additions & 3 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions modules/programs/teams.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
config,
options,
pkgs,
stable,
alternativePkgs,
...
}: let
callPackage = lib.callPackageWith pkgs;
Expand All @@ -24,7 +24,7 @@ in {
};
config = lib.mkIf config.mods.teams.enable (
lib.optionalAttrs (options ? home.packages) {
home.packages = [(callPackage ../../override/teams.nix {pkgs = stable;})];
home.packages = [(callPackage ../../override/teams.nix {chromium = alternativePkgs.chromium;})];
}
// (lib.optionalAttrs (options ? boot.kernelModules) {
boot = {
Expand Down

0 comments on commit 1273cd7

Please sign in to comment.