remove desktop environment from deck
This commit is contained in:
parent
53fee384c7
commit
e3d3a44d5d
3 changed files with 2 additions and 36 deletions
|
|
@ -7,35 +7,8 @@
|
|||
# Import the common NixOS home configuration
|
||||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/firefox.nix
|
||||
../../../modules/ghostty.nix
|
||||
../../../modules/gnome/home.nix
|
||||
];
|
||||
|
||||
# Always show GNOME top bar on Steam Deck
|
||||
gnome-home-custom.alwaysShowTopBar = true;
|
||||
|
||||
# Disable Documents sync on Steam Deck (save space)
|
||||
syncthing-custom.enabledFolders = [ "Credentials" ];
|
||||
|
||||
# Enable Ghostty terminal with OSC-52 clipboard support
|
||||
programs.ghostty-custom = {
|
||||
enable = true;
|
||||
package = pkgs.ghostty;
|
||||
fontSize = 12;
|
||||
windowMode = "maximized";
|
||||
};
|
||||
|
||||
# Enable Firefox browser
|
||||
programs.firefox-custom = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
};
|
||||
|
||||
# ThinkPad-specific applications
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
vlc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue