niri fixes

This commit is contained in:
Tyler Mayoff 2025-09-19 13:26:16 -04:00
parent 748624c12f
commit bca8eb1549
10 changed files with 36 additions and 83 deletions

View file

@ -1,10 +1,10 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gnome-tweaks
];
# home.packages = with pkgs; [
# gnome-tweaks
# ];
programs.gnome-shell = {
enable = true;
enable = false;
extensions = [
# {package = pkgs.gnomeExtensions.power-off-options;}
{package = pkgs.gnomeExtensions.auto-power-profile;}