mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
niri fixes
This commit is contained in:
parent
748624c12f
commit
bca8eb1549
10 changed files with 36 additions and 83 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue