RM Caffiene
This commit is contained in:
parent
2bee72609d
commit
863a428e7c
3 changed files with 9 additions and 13 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -1231,11 +1231,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754457347,
|
"lastModified": 1754613544,
|
||||||
"narHash": "sha256-QN9yZ1L5EmR16NNM+hNNzMjARk+FPjUeSE/ds4Kms0E=",
|
"narHash": "sha256-ueR1mGX4I4DWfDRRxxMphbKDNisDeMPMusN72VV1+cc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ad5d2b4aa770fdc74c80fd682fee0b00a8ad7991",
|
"rev": "cc2fa2331aebf9661d22bb507d362b39852ac73f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -2352,11 +2352,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754214453,
|
"lastModified": 1754498491,
|
||||||
"narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=",
|
"narHash": "sha256-erbiH2agUTD0Z30xcVSFcDHzkRvkRXOQ3lb887bcVrs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376",
|
"rev": "c2ae88e026f9525daf89587f3cbee584b92b6134",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -2869,11 +2869,11 @@
|
||||||
"tinted-zed": "tinted-zed"
|
"tinted-zed": "tinted-zed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754438321,
|
"lastModified": 1754597531,
|
||||||
"narHash": "sha256-sRRV9FAZyCbq91IXc6gokBGNe0mF3DPbX/ceY8vUvw0=",
|
"narHash": "sha256-OpC9/PBIuL2WEJUkcuD/wVxI8r+3o6f5RylSIefjHo4=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "8410296a30e62e06305020cb74d3247cfa45d9cc",
|
"rev": "63bb34a66ad7d1af2e95ee20dd675896b2074c32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -53,8 +53,6 @@
|
||||||
allow-zero-brightness = true;
|
allow-zero-brightness = true;
|
||||||
button-location = 1;
|
button-location = 1;
|
||||||
ddcutil-binary-path = lib.meta.getExe pkgs.ddcutil;
|
ddcutil-binary-path = lib.meta.getExe pkgs.ddcutil;
|
||||||
ddcutil-queue-ms = 130.0;
|
|
||||||
ddcutil-sleep-multiplier = 40.0;
|
|
||||||
decrease-brightness-shortcut = ["XF86MonBrightnessDown"];
|
decrease-brightness-shortcut = ["XF86MonBrightnessDown"];
|
||||||
increase-brightness-shortcut = ["XF86MonBrightnessUp"];
|
increase-brightness-shortcut = ["XF86MonBrightnessUp"];
|
||||||
hide-system-indicator = true;
|
hide-system-indicator = true;
|
||||||
|
@ -76,7 +74,6 @@
|
||||||
disable-user-extensions = true;
|
disable-user-extensions = true;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"blur-my-shell@aunetx"
|
"blur-my-shell@aunetx"
|
||||||
"caffeine@patapon.info"
|
|
||||||
"pop-shell@system76.com"
|
"pop-shell@system76.com"
|
||||||
"rounded-window-corners@fxgn"
|
"rounded-window-corners@fxgn"
|
||||||
"burn-my-windows@schneegans.github.com"
|
"burn-my-windows@schneegans.github.com"
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
systemPackages = with pkgs.gnomeExtensions; [
|
systemPackages = with pkgs.gnomeExtensions; [
|
||||||
valent
|
valent
|
||||||
caffeine
|
|
||||||
pop-shell
|
pop-shell
|
||||||
appindicator
|
appindicator
|
||||||
blur-my-shell
|
blur-my-shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue