Skip to content

Commit

Permalink
Fix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Jul 16, 2024
1 parent 7915e31 commit f3ec5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/apps/media/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
vlc
mpv
spotify
spotify-tui
];
};
}
8 changes: 4 additions & 4 deletions modules/workspace/i3/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
xterm.enable = false;
};

displayManager = {
defaultSession = "none+i3";
};

windowManager.i3 = {
enable = true;
package = pkgs.i3-gaps;
configFile = ./config/custom;
};
};

services.displayManager = {
defaultSession = "none+i3";
};

services.compton.enable = true;

environment.systemPackages = with pkgs; [
Expand Down

0 comments on commit f3ec5e3

Please sign in to comment.