Added nix shebang to rc2nix.py

This commit is contained in:
EsVagy42 2025-05-22 18:53:10 +02:00
parent 03f97edf9a
commit e36a9ff907
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
Updated flake Added nix shebang to rc2nix.py

View file

@ -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