remove amberol_wrapper
This commit is contained in:
parent
a3e04542ba
commit
3cfaf56aca
1 changed files with 56 additions and 63 deletions
|
@ -4,13 +4,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = let
|
environment.systemPackages = with pkgs; [
|
||||||
amberol_wrapper = pkgs.writeShellScriptBin "amberol" ''
|
|
||||||
export GDK_BACKEND='x11'
|
|
||||||
exec "${pkgs.amberol}/bin/amberol" "$@"
|
|
||||||
'';
|
|
||||||
in
|
|
||||||
with pkgs; [
|
|
||||||
# low level stuff
|
# low level stuff
|
||||||
efibootmgr
|
efibootmgr
|
||||||
#exfat
|
#exfat
|
||||||
|
@ -55,7 +49,6 @@
|
||||||
|
|
||||||
# move to homemanager?
|
# move to homemanager?
|
||||||
unstable.mumble
|
unstable.mumble
|
||||||
amberol_wrapper
|
|
||||||
amberol
|
amberol
|
||||||
nuclear
|
nuclear
|
||||||
#zathura
|
#zathura
|
||||||
|
|
Loading…
Add table
Reference in a new issue