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:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = let
|
||||
amberol_wrapper = pkgs.writeShellScriptBin "amberol" ''
|
||||
export GDK_BACKEND='x11'
|
||||
exec "${pkgs.amberol}/bin/amberol" "$@"
|
||||
'';
|
||||
in
|
||||
with pkgs; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
# low level stuff
|
||||
efibootmgr
|
||||
#exfat
|
||||
|
@ -55,7 +49,6 @@
|
|||
|
||||
# move to homemanager?
|
||||
unstable.mumble
|
||||
amberol_wrapper
|
||||
amberol
|
||||
nuclear
|
||||
#zathura
|
||||
|
|
Loading…
Add table
Reference in a new issue