Refactoring desktop and sway profiles.

This commit is contained in:
kat witch 2021-02-12 14:39:47 +00:00 committed by kat
parent d27c5678e9
commit 1e4ca51278
17 changed files with 316 additions and 308 deletions

View file

@ -1,13 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [
pkgs.python3
pkgs.python3.pkgs.requests
];
shellHook = ''
buildInputs = [ pkgs.python3 pkgs.python3.pkgs.requests ];
shellHook = ''
# Tells pip to put packages into $PIP_PREFIX instead of the usual locations.
# See https://pip.pypa.io/en/stable/user_guide/#environment-variables.
export PIP_PREFIX=$(pwd)/_build/pip_packages