Skip to content

Commit

Permalink
Brought steamdeck up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
JPyke3 committed Nov 21, 2024
1 parent 6edf274 commit abece87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@
nur.nixosModules.nur
./systems/nixos/configuration.nix
./systems/nixos/japan/configuration.nix
stylix.nixosModules.stylix
./systems/stylix.nix
home-manager-unstable.nixosModules.home-manager
{
home-manager.users.jacobpyke = import ./systems/nixos/japan/home.nix;
Expand Down
4 changes: 4 additions & 0 deletions systems/nixos/japan/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
./syncthing.nix
];

environment.systemPackages = with pkgs; [
steamdeck-firmware
];

jovian = {
devices.steamdeck = {
enable = true;
Expand Down

0 comments on commit abece87

Please sign in to comment.