Skip to content

Commit

Permalink
home-manager/crostini: clean-uo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Feb 24, 2024
1 parent da4b307 commit 3a3444b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
26 changes: 1 addition & 25 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,31 +158,7 @@
(mkHomeConfig {
hostname = "penguin";
system = "aarch64-linux";
extraModules = [
({ pkgs, libEx, ... }: {
home-manager.crostini.enable = true;

home.packages = with pkgs; [
deluge
(libEx.nixGLWrapper pkgs {
pkg = retroarch.override {
cores = with libretro; [
beetle-supafaust
gambatte
genesis-plus-gx
melonds
mgba
nestopia
pcsx-rearmed
stella
];
# OpenGL window is too small
settings = { "video_driver" = "sdl2"; };
};
})
];
})
];
extraModules = [{ home-manager.crostini.enable = true; }];
})
(mkHomeConfig {
hostname = "toasty";
Expand Down
1 change: 0 additions & 1 deletion home-manager/crostini.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
config = lib.mkIf config.home-manager.crostini.enable {
home-manager = {
desktop = {
firefox.enable = true;
mpv.enable = true;
nixgl.enable = true;
};
Expand Down

0 comments on commit 3a3444b

Please sign in to comment.