File: shell.nix

package info (click to toggle)
gnome-shell-extension-caffeine 56-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 996 kB
  • sloc: javascript: 1,710; xml: 120; makefile: 37; sh: 11
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [
    gettext zip glib
    gnome.gnome-shell
  ];
}