Fix thor
This commit is contained in:
parent
8abafd73f4
commit
c103109233
11 changed files with 45 additions and 57 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs
|
||||
, config
|
||||
{ config
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
|
|
@ -26,7 +25,6 @@
|
|||
};
|
||||
|
||||
services.garage = {
|
||||
package = pkgs.unstable_pkgs.garage;
|
||||
enable = true;
|
||||
settings = {
|
||||
replication_mode = 1;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# package = pkgs.unstable_pkgs.hyprland;
|
||||
# enableNvidiaPatches = builtins.elem "nvidia" config.services.xserver.videoDrivers; # removed in 24.x
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue