Compare commits

...

2 commits

Author SHA1 Message Date
d8dd90a8a6
flake.lock: Update
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Flake lock file updates:

• Updated input 'homepage':
    'https://git.dadada.li/dadada/dadada.li.git?narHash=sha256-Q6hzrC9mtLnk1EA%2Bh262S09CGliVL1HsLnh8f3dqAn4%3D'
  → 'https://git.dadada.li/dadada/dadada.li.git?narHash=sha256-o3OFsygZjTRTzGQk231dii8LWZ9raLCRHxRr0sQwu%2Bc%3D'
2024-07-17 23:14:28 +02:00
0fa98de9c4
feat: enable system-monitor gnome extension 2024-07-17 23:06:44 +02:00
2 changed files with 3 additions and 2 deletions

2
flake.lock generated
View file

@ -165,7 +165,7 @@
"homepage": {
"flake": false,
"locked": {
"narHash": "sha256-Q6hzrC9mtLnk1EA+h262S09CGliVL1HsLnh8f3dqAn4=",
"narHash": "sha256-o3OFsygZjTRTzGQk231dii8LWZ9raLCRHxRr0sQwu+c=",
"type": "file",
"url": "https://git.dadada.li/dadada/dadada.li.git"
},

View file

@ -13,7 +13,8 @@ with lib.hm.gvariant;
};
"org/gnome/shell" = {
disable-user-extensions = true;
disable-user-extensions = false;
enabled-extensions = [ "system-monitor@gnome-shell-extensions.gcampax.github.com" ];
};
"org/gnome/desktop/calendar" = {