add portable ssd, fix laptop eval
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
./awesome.nix
|
||||
./emulators.nix
|
||||
./i3.nix
|
||||
./gamemode.nix
|
||||
./games.nix
|
||||
./gnome.nix
|
||||
./gnome-settings.nix
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.custom.graphical.gamemode;
|
||||
in
|
||||
{
|
||||
options.custom.graphical.gamemode = {
|
||||
enable = mkEnableOption "Enables gamemode";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
settings.custom = {
|
||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -17,6 +17,13 @@ in {
|
||||
gamescopeSession.enable = true;
|
||||
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||
};
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
settings.custom = {
|
||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||
};
|
||||
};
|
||||
environment.systemPackages = [ pkgs.mangohud ]
|
||||
++ optionals cfg.enablePreinstalled (with pkgs; [
|
||||
#taisei
|
||||
|
||||
@@ -24,9 +24,8 @@ in {
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
gnome-tour
|
||||
cheese
|
||||
gedit # text editor
|
||||
]) ++ (with pkgs.gnome; [
|
||||
cheese # webcam tool
|
||||
gnome-music
|
||||
gnome-terminal
|
||||
epiphany # web browser
|
||||
@@ -43,11 +42,11 @@ in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wmctrl
|
||||
rofi-wayland
|
||||
gnome.mutter
|
||||
mutter
|
||||
adwaita-icon-theme
|
||||
gnome.gnome-settings-daemon
|
||||
gnome.gnome-tweaks
|
||||
gnome.dconf-editor
|
||||
gnome-settings-daemon
|
||||
gnome-tweaks
|
||||
dconf-editor
|
||||
#gruvbox-gtk-theme
|
||||
colloid-icon-theme
|
||||
gnomeExtensions.appindicator
|
||||
|
||||
Reference in New Issue
Block a user