Added nix shebang to rc2nix.py
This commit is contained in:
parent
03f97edf9a
commit
e36a9ff907
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Updated flake
|
Added nix shebang to rc2nix.py
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#! /usr/bin/env nix
|
||||||
|
#! nix shell nixpkgs#python3 --command python
|
||||||
|
|
||||||
# https://github.com/nix-community/plasma-manager/blob/trunk/script/rc2nix.py
|
# https://github.com/nix-community/plasma-manager/blob/trunk/script/rc2nix.py
|
||||||
# https://github.com/mcdonc/plasma-manager/blob/enable-look-and-feel-settings/script/rc2nix.rb
|
# https://github.com/mcdonc/plasma-manager/blob/enable-look-and-feel-settings/script/rc2nix.rb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue