Skip to content

Commit d831450

Browse files
committed
Update
1 parent 604ce80 commit d831450

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

home/home-modules/programs/neovim/lsp/rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_:{
1+
_: {
22
programs.nixvim.plugins.lsp.servers.rust_analyzer = {
33
enable = true;
44
installRustc = false;

machine/roc-rk3328-cc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
};
2121
Enablesteam = false;
2222
Enablepipewire = true;
23-
EnableWaydroid = false;
23+
EnableWaydroid = true;
2424
EnableVirt = false;
2525
enableChromium = false;
2626
enableFirefox = true;

machine/roc-rk3328-cc/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
boot.initrd.availableKernelModules = [ ];
99
boot.initrd.kernelModules = [ ];
10-
boot.kernelModules = [ ];
10+
boot.kernelModules = [ "panfrost" ];
1111
boot.extraModulePackages = [ ];
1212

1313
fileSystems."/" = {

machine/roc-rk3328-cc/hardware.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
];
1111

1212
sops.age.keyFile = lib.mkForce "/var/lib/sops-nix/key.txt";
13+
hardware.graphics = {
14+
enable = true;
15+
};
1316

1417
boot = {
1518
kernelParams = [

nixos-modules/programs/desktop/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
...
66
}:
77
let
8-
niri-use =
9-
niri-flake.packages.${pkgs.stdenv.hostPlatform.system}.niri-unstable;
8+
niri-use = niri-flake.packages.${pkgs.stdenv.hostPlatform.system}.niri-unstable;
109
in
1110
{
1211
imports = [

nixos-modules/programs/mihomo/key-after

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)